Skip to content

Commit 7cc2ead

Browse files
authored
style: adjust spacing
Signed-off-by: Athan <[email protected]>
1 parent 92b0678 commit 7cc2ead

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
7.0
4040

4141
// Using typed array views:
42-
> var x0 = new {{alias:@stdlib/array/complex64}}([1.0,-2.0,3.0,-4.0,5.0,-6.0,7.0,-8.0 ]);
42+
> var x0 = new {{alias:@stdlib/array/complex64}}( [1.0,2.0,3.0,-4.0,5.0,-6.0,7.0,8.0] );
4343
> var x1 = new {{alias:@stdlib/array/complex64}}( x0.buffer, x0.BYTES_PER_ELEMENT*1 );
4444
> s = {{alias}}.main( 2, x1, 1 )
4545
18.0

0 commit comments

Comments
 (0)