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 dec7060 commit b760dd5Copy full SHA for b760dd5
1 file changed
lib/node_modules/@stdlib/ndarray/iter/stacks/docs/repl.txt
@@ -46,7 +46,7 @@
46
Examples
47
--------
48
> var x = {{alias:@stdlib/ndarray/array}}( [ [ [ 1, 2 ], [ 3, 4 ] ] ] )
49
- > var it = {{alias}}( x, [ 1, 2 ] )
+ > var it = {{alias}}( x, [ 1, 2 ] );
50
> var v = it.next().value
51
<ndarray>[ [ 1, 2 ], [ 3, 4 ] ]
52
0 commit comments