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