Skip to content

Commit 8ab7f22

Browse files
authored
docs: fix example
Signed-off-by: Athan <[email protected]>
1 parent 9e2d73e commit 8ab7f22

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

1717
Examples
1818
--------
19-
> var xbuf = [ 1.0, -2.0, 2.0 ];
19+
> var xbuf = [ -2.0, 1.0, 2.0 ];
2020
> var dt = 'generic';
2121
> var sh = [ xbuf.length ];
2222
> var sx = [ 1 ];

0 commit comments

Comments
 (0)