Skip to content

Commit 9aafd79

Browse files
committed
docs: fix example
1 parent c8b03cb commit 9aafd79

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/cscal/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*
5757
* cscal.ndarray( 3, ca cx, 1, 0 );
5858
*
59-
* var z = y.get( 0 );
59+
* var z = cx.get( 0 );
6060
* // returns <Complex64>
6161
*
6262
* var re = realf( z );

0 commit comments

Comments
 (0)