Skip to content

Commit 5706e5d

Browse files
committed
Fix example
1 parent 1d1b445 commit 5706e5d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/iter/push/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/iter/push/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* // returns 2
3737
*
3838
* v = iter.next().value;
39-
* // returns
39+
* // returns 3
4040
*
4141
* v = iter.next().value;
4242
* // returns 4

0 commit comments

Comments
 (0)