docs: better align jsdocs with parameter names (#4292)

This commit is contained in:
Richard Moore 2023-08-10 14:19:23 -04:00
parent 6fda150426
commit dfe1eefd03

View File

@ -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) {