]> git.codecow.com Git - libnemo.git/commitdiff
Fix JSdoc typo.
authorChris Duncan <chris@zoso.dev>
Wed, 23 Jul 2025 15:19:47 +0000 (08:19 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 23 Jul 2025 15:19:47 +0000 (08:19 -0700)
src/lib/account.ts

index 5adf35f559cc9262afa8deb66a564b32c573bde7..360af735d54d33cc512037f4663f58ae76be6059 100644 (file)
@@ -85,7 +85,7 @@ export class Account {
        /**\r
        * Instantiates an Account object from its Nano address.\r
        *\r
-       * @param {string} addresses - Address of the account\r
+       * @param {string} address - Address of the account\r
        * @returns {Account} A new Account object\r
        */\r
        static import (address: string): Account\r