Skip to content

Commit 49cd082

Browse files
authored
docs: avoid duplicate declaration
Signed-off-by: Athan <[email protected]>
1 parent 100bbcd commit 49cd082

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
~2.0817
105105

106106
// Using offset parameter:
107-
> var x = [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ];
107+
> x = [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ];
108108
> {{alias}}.ndarray( 3, 1, x, 2, 1 )
109109
~2.0817
110110

0 commit comments

Comments
 (0)