From: Chris Duncan Date: Mon, 3 Aug 2026 06:42:31 +0000 (-0700) Subject: Typo. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c281d54039a388e1360301adece424ce23bb4928;p=libnemo.git Typo. --- diff --git a/src/lib/block/index.ts b/src/lib/block/index.ts index 71b53f1..ed5e453 100644 --- a/src/lib/block/index.ts +++ b/src/lib/block/index.ts @@ -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. *