Skip to content

Commit 6d1e729

Browse files
committed
resolved ci failed issues
1 parent 41d3273 commit 6d1e729

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/cscal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ var ca = new Complex64( 2.0, 2.0 );
114114

115115
// Perform operation:
116116
cscal.ndarray( cx.length, ca, cx, 1, 0 );
117-
// cx => <Complex64Array>[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
117+
// cx => <Complex64Array>[ 2.0, 4.0, 6.0, 8.0, 10.0, 12.0]0 ]
118118

119119
```
120120

0 commit comments

Comments
 (0)