Skip to content

Commit 4570d70

Browse files
ShabiShett07kgryte
andauthored
chore: update repl.txt
Co-authored-by: Athan <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent f7249fe commit 4570d70

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// Using typed array views:
4848
> var x0 = new {{alias:@stdlib/array/complex128}}( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
4949
> var x1 = new {{alias:@stdlib/array/complex128}}( x0.buffer, x0.BYTES_PER_ELEMENT*1 );
50-
> var alpha = new {{alias:@stdlib/complex/float64/ctor}}( 2.0, 2.0 );
50+
> alpha = new {{alias:@stdlib/complex/float64/ctor}}( 2.0, 2.0 );
5151
> {{alias}}.main( 2, alpha, x1, 1 )
5252
<Complex128Array>[ -2.0, 14.0, -2.0, 22.0 ]
5353
> x0

0 commit comments

Comments
 (0)