We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e2023 commit 9d0ce8bCopy full SHA for 9d0ce8b
lib/node_modules/@stdlib/iter/cuany/lib/index.js
@@ -32,22 +32,22 @@
32
* var it = iterCuAny( arr );
33
*
34
* var v = it.next().value;
35
-* returns false
+* // returns false
36
37
* v = it.next().value;
38
39
40
41
42
43
44
-* returns true
+* // returns true
45
46
47
48
49
* var bool = it.next().done;
50
51
*/
52
53
// MODULES //
0 commit comments