diff --git a/src/model/account/PublicAccount.ts b/src/model/account/PublicAccount.ts index 227a9b804c..b430b791bf 100644 --- a/src/model/account/PublicAccount.ts +++ b/src/model/account/PublicAccount.ts @@ -32,11 +32,11 @@ export class PublicAccount { */ constructor( /** - * The account public private. + * The account's public key. */ public readonly publicKey: string, /** - * The account address. + * The account's address. */ public readonly address: Address, ) {}