Skip to content

Commit 97a7c69

Browse files
committed
Fixed doc
1 parent a5f888b commit 97a7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/account/Account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class Account {
9494
/**
9595
* Decrypts an encrypted message
9696
* @param encryptedMessage - Encrypted message
97-
* @param recipientPublicAccount - The public account originally encrypted the message
97+
* @param publicAccount - The public account originally encrypted the message
9898
* @returns {PlainMessage}
9999
*/
100100
public decryptMessage(encryptedMessage: EncryptedMessage, publicAccount: PublicAccount): PlainMessage {

0 commit comments

Comments
 (0)