From: Chris Duncan Date: Wed, 23 Jul 2025 15:19:47 +0000 (-0700) Subject: Fix JSdoc typo. X-Git-Tag: v0.10.5~55^2~25 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=1ba965069f29f97516aee29462436f2b1404b9ba;p=libnemo.git Fix JSdoc typo. --- 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