Skip to content

Commit b66712a

Browse files
authored
docs: update example
Signed-off-by: Athan <[email protected]>
1 parent 9e86cf9 commit b66712a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/smaxsorted/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/smaxsorted/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
Examples
1919
--------
20-
> var xbuf = new {{alias:@stdlib/array/float32}}( [ 1.0, -2.0, 2.0 ] );
20+
> var xbuf = new {{alias:@stdlib/array/float32}}( [ -2.0, 1.0, 2.0 ] );
2121
> var dt = 'float32';
2222
> var sh = [ xbuf.length ];
2323
> var sx = [ 1 ];

0 commit comments

Comments
 (0)