Skip to content

Commit 2ce3a06

Browse files
committed
docs: remove extra whitespace
1 parent b6d2035 commit 2ce3a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/provable/int.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class UInt64 extends CircuitValue {
284284
*
285285
* @example
286286
* ```ts
287-
* // NOTing 4 bits with the unchecked version
287+
* // NOTing 4 bits with the unchecked version
288288
* let a = UInt64.from(0b0101);
289289
* let b = a.not();
290290
*

0 commit comments

Comments
 (0)