Skip to content

Commit

Permalink
chore: fix typo in PublicKey.unique (solana-labs#27884)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao authored and gnapoli23 committed Dec 16, 2022
1 parent 04d9261 commit 27af8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/src/publickey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class PublicKey extends Struct {
}

/**
* Returns a unique PublicKey for tests and benchmarks using acounter
* Returns a unique PublicKey for tests and benchmarks using a counter
*/
static unique(): PublicKey {
const key = new PublicKey(uniquePublicKeyCounter);
Expand Down

0 comments on commit 27af8de

Please sign in to comment.