Skip to content

Commit ed53bbe

Browse files
committed
remove extra space
1 parent 1194b65 commit ed53bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/provable/dynamic-array.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class DynamicArrayBase<ProvableValue = any, Value = any> {
419419
}
420420

421421
/**
422-
* @returns a new DynamicArray instance with the same values as the current
422+
* @returns a new DynamicArray instance with the same values as the current
423423
*/
424424
copy(): this {
425425
let newArr = new (<any>this.constructor)();

0 commit comments

Comments
 (0)