Skip to content

Commit 25decab

Browse files
authored
docs: avoid duplicate declaration
Signed-off-by: Athan <[email protected]>
1 parent 0beae0d commit 25decab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
~0.3333
8383

8484
// Using offset parameter:
85-
> var x = new {{alias:@stdlib/array/float32}}( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );
85+
> x = new {{alias:@stdlib/array/float32}}( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );
8686
> {{alias}}.ndarray( 3, x, 2, 1 )
8787
~-0.3333
8888

0 commit comments

Comments
 (0)