Skip to content

Commit eb6d0b0

Browse files
authored
chore: update variable name
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent a6b105b commit eb6d0b0

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/icamax/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/icamax/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
1
4040

4141
// Using view offsets:
42-
> var cx0 = new {{alias:@stdlib/array/complex64}}( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );
43-
> var x1 = new {{alias:@stdlib/array/complex64}}( cx0.buffer, cx0.BYTES_PER_ELEMENT*1 );
42+
> var x0 = new {{alias:@stdlib/array/complex64}}( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );
43+
> var x1 = new {{alias:@stdlib/array/complex64}}( x0.buffer, x0.BYTES_PER_ELEMENT*1 );
4444
> y = {{alias}}( 2, x1, 1 )
4545
1
4646

0 commit comments

Comments
 (0)