Skip to content

Commit aaf5f5c

Browse files
authored
Update repl.txt
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 60d8a94 commit aaf5f5c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
~4.3333
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
~4.3333
111111

0 commit comments

Comments
 (0)