From acb3fd3a9d43e5d67c905a35e4eb0dbb8249d58d Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 5 Nov 2020 11:29:27 +0100 Subject: [PATCH] Typo in docs of PublicAccount.ts --- src/model/account/PublicAccount.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ) {}