]> git.codecow.com Git - libnemo.git/commitdiff
Typo.
authorChris Duncan <chris@codecow.com>
Mon, 3 Aug 2026 06:42:31 +0000 (23:42 -0700)
committerChris Duncan <chris@codecow.com>
Mon, 3 Aug 2026 06:42:31 +0000 (23:42 -0700)
src/lib/block/index.ts

index 71b53f1ac94465ac0bdc899a3c17316f1150d4ce..ed5e453b7d3dc8f227717f2a51d80a822788b241 100644 (file)
@@ -44,7 +44,7 @@ export class Block {
         * Initialize a block with the current state of an account so that it can
         * subsequently be configured as a change, receive, or send transaction.
         *
-        * All parameters are eventually required in order to initialize the block, but
+        * All parameters are eventually required in order to initialize the block,
         * but if `account` is an Account class object, its properties can be used for
         * the other parameters instead of passing them into the constructor.
         *