Skip to content

Commit 879da5f

Browse files
authored
docs: avoid redeclaring variable
Signed-off-by: Athan <[email protected]>
1 parent bbdfab9 commit 879da5f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/scnrm2/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scnrm2/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
~3.16
8181

8282
// Using offset parameter:
83-
> var x = new {{alias:@stdlib/array/complex64}}( [ 3.0, 2.0, 3.0, 0.0 ] );
83+
> x = new {{alias:@stdlib/array/complex64}}( [ 3.0, 2.0, 3.0, 0.0 ] );
8484
> out = {{alias}}.ndarray( 1, x, 1, 1 )
8585
3.0
8686

0 commit comments

Comments
 (0)