Skip to content

Commit f3feabe

Browse files
authored
docs: update example
Signed-off-by: Athan <[email protected]>
1 parent 4ca2aaf commit f3feabe

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dmaxsorted/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/float64}}( [ 1.0, -2.0, 2.0 ] );
20+
> var xbuf = new {{alias:@stdlib/array/float64}}( [ -2.0, 1.0, 2.0 ] );
2121
> var dt = 'float64';
2222
> var sh = [ xbuf.length ];
2323
> var sx = [ 1 ];

0 commit comments

Comments
 (0)