Skip to content

Commit baca293

Browse files
authored
docs: avoid duplicate declaration
Signed-off-by: Athan <[email protected]>
1 parent 33e899f commit baca293

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
~4.3333
112112

113113
// Using offset parameter:
114-
> var x = new {{alias:@stdlib/array/float64}}( [ 1.0, -2.0, 3.0, 2.0, 5.0, 1.0 ] );
114+
> x = new {{alias:@stdlib/array/float64}}( [ 1.0, -2.0, 3.0, 2.0, 5.0, 1.0 ] );
115115
> {{alias}}.ndarray( 3, 1.0/3.0, 1, x, 2, 1 )
116116
~4.3333
117117

0 commit comments

Comments
 (0)