Skip to content

Commit 98998e7

Browse files
author
Aleix602
committed
FIX #2 - param documentation
1 parent f2ff7b1 commit 98998e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/account/Address.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {NetworkType} from '../blockchain/NetworkType';
2323
export class Address {
2424
/**
2525
* Create from private key
26-
* @param publicKey - The account private key.
26+
* @param publicKey - The account public key.
2727
* @param networkType - The NEM network type.
2828
* @returns {Address}
2929
*/

0 commit comments

Comments
 (0)