chore: fix typo in PublicKey.unique (#27884)

This commit is contained in:
Ian Macalinao 2022-11-29 01:15:58 -06:00 committed by GitHub
parent 7646521a6e
commit 8c8e113879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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