Skip to content

Commit e0a6393

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
~4.3333
110110

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

0 commit comments

Comments
 (0)