Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
docs: fix typo in comment (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Jun 19, 2022
1 parent eb1678d commit c3c6873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export abstract class Client<
/**
* Close the connection and free up resources
*
* @returns a promise, which resolved to `undefined` upon successful cancelation
* @returns a promise, which resolved to `undefined` upon successful cancellation
*/
abstract close: () => Promise<undefined | CloseError>;

Expand Down

0 comments on commit c3c6873

Please sign in to comment.