Skip to content

Commit adfbe6d

Browse files
authored
docs: apply suggestion from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent e36c29e commit adfbe6d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
> var ox = 0;
2626
> var ord = 'row-major';
2727
> var x = new {{alias:@stdlib/ndarray/ctor}}( dt, xbuf, sh, sx, ox, ord );
28-
> var o = {{alias:@stdlib/ndarray/from-scalar}}( 1.0, { 'dtype': dt } );
28+
> var o = {{alias:@stdlib/ndarray/from-scalar}}( 1.0 );
2929
> {{alias}}( [ x, o ] )
3030
<ndarray>
3131
> var data = x.data

0 commit comments

Comments
 (0)