Doc tweak

This commit is contained in:
Michael Vines 2018-08-24 09:11:39 -07:00
parent 9dddb84599
commit 573dd99b31
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import type {KeyPair} from 'tweetnacl';
export type PublicKey = string;
/**
* Represents an account key pair (public and secret keys).
* An account key pair (public and secret keys).
*/
export class Account {
_keypair: KeyPair;