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 f8ab79b commit 92e1c26Copy full SHA for 92e1c26
lib/node_modules/@stdlib/ndarray/base/pop/docs/repl.txt
@@ -30,7 +30,7 @@
30
<ndarray>
31
> var y = {{alias}}( x, 1, false, false )
32
[ <ndarray>, <ndarray> ]
33
- > {{alias:@stdlib/ndarray/to-array}}( y[0] )
+ > {{alias:@stdlib/ndarray/to-array}}( y[0] )
34
[ [ 1 ], [ 3 ] ]
35
> {{alias:@stdlib/ndarray/to-array}}( y[1] )
36
[ [ 2 ], [ 4 ] ]
0 commit comments