Skip to content

Commit 8501c7c

Browse files
authored
docs: fix lint error
Signed-off-by: Muhammad Haris <[email protected]>
1 parent c427c6e commit 8501c7c

File tree

1 file changed

+3
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/pop/docs

1 file changed

+3
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/pop/docs/repl.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
<ndarray>
3131
> var y = {{alias}}( x, 1, false, false )
3232
<ndarray>
33-
> {{alias:@stdlib/ndarray/to-array}}( y )
33+
> {{alias:@stdlib/ndarray/to-array}}( y[0] )
34+
[ [ 1 ], [ 3 ] ]
35+
> {{alias:@stdlib/ndarray/to-array}}( y[1] )
3436
[ [ 2 ], [ 4 ] ]
3537

3638
See Also

0 commit comments

Comments
 (0)