Skip to content

Commit ce365aa

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanmskmax/docs/repl.txt

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

109109
// Using offset parameter:
110110
> x = [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, 4.0, NaN, NaN ];
111-
> mask = [ 0, 0, 0, 0, 0, 0, 1, 1, 1 ];
111+
> mask = [ 0, 0, 0, 0, 0, 0, 1, 0, 0 ];
112112
> {{alias}}.ndarray( 4, x, 2, 1, mask, 2, 1 )
113113
2.0
114114

0 commit comments

Comments
 (0)