Skip to content

Commit 0fc2c82

Browse files
authored
docs: avoid duplicate declaration
Signed-off-by: Athan <[email protected]>
1 parent 1909695 commit 0fc2c82

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
~2.0817
108108

109109
// Using offset parameter:
110-
> var x = [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, NaN, NaN ];
110+
> x = [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, NaN, NaN ];
111111
> {{alias}}.ndarray( 4, 1, x, 2, 1 )
112112
~2.0817
113113

0 commit comments

Comments
 (0)