Skip to content

Commit 61bc633

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent edc21a6 commit 61bc633

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/blas/base/ndarray/daxpy/docs

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
> var alpha = {{alias:@stdlib/ndarray/base/from-scalar}}( 5.0, dt, ord );
3333

3434
> {{alias}}( [ x, y, alpha ] );
35-
> {{alias:@stdlib/ndarray/to-array}}( y )
36-
[ 22.0, 16.0, -16.0, 21.0, 3.0 ]
35+
> y
36+
<ndarray>[ 22.0, 16.0, -16.0, 21.0, 3.0 ]
3737

3838
See Also
3939
--------

0 commit comments

Comments
 (0)