Skip to content

Commit a7f09c2

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)