Skip to content

Commit

Permalink
docs: better align jsdocs with parameter names (#4292)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 10, 2023
1 parent 6fda150 commit dfe1eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function stall(duration: number): Promise<void> {
export class Wallet extends BaseWallet {

/**
* Create a new wallet for the %%privateKey%%, optionally connected
* Create a new wallet for the private %%key%%, optionally connected
* to %%provider%%.
*/
constructor(key: string | SigningKey, provider?: null | Provider) {
Expand Down

0 comments on commit dfe1eef

Please sign in to comment.