From 1ba965069f29f97516aee29462436f2b1404b9ba Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 23 Jul 2025 08:19:47 -0700 Subject: [PATCH] Fix JSdoc typo. --- src/lib/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/account.ts b/src/lib/account.ts index 5adf35f..360af73 100644 --- a/src/lib/account.ts +++ b/src/lib/account.ts @@ -85,7 +85,7 @@ export class Account { /** * Instantiates an Account object from its Nano address. * - * @param {string} addresses - Address of the account + * @param {string} address - Address of the account * @returns {Account} A new Account object */ static import (address: string): Account -- 2.47.3