Skip to content

Commit 28bb8ca

Browse files
authored
docs: avoid redeclaration
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 4863442 commit 28bb8ca

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)