Skip to content

Commit 7c8432e

Browse files
committed
docs: simplify REPL example to use ndarray instance notation
1 parent d917005 commit 7c8432e

File tree

1 file changed

+1
-3
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/drev/docs

1 file changed

+1
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/drev/docs/repl.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
> var ord = 'row-major';
2626
> var x = new {{alias:@stdlib/ndarray/ctor}}( dt, xbuf, sh, sx, ox, ord );
2727
> {{alias}}( x )
28-
<ndarray>
29-
> {{alias:@stdlib/ndarray/to-array}}( x )
30-
[ 3.0, 2.0, 1.0 ]
28+
<ndarray>[ 3.0, 2.0, 1.0 ]
3129

3230
See Also
3331
--------

0 commit comments

Comments
 (0)