Skip to content

Commit 124affb

Browse files
authored
docs: fix return value
Signed-off-by: Athan <[email protected]>
1 parent 9de1137 commit 124affb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
> {{alias}}( [ x, o ] )
3636
<ndarray>
3737
> var data = x.data
38-
[ -4.0, -2.0, 1.0, 3.0 ]
38+
<Float32Array>[ -4.0, -2.0, 1.0, 3.0 ]
3939

4040
See Also
4141
--------

0 commit comments

Comments
 (0)