Skip to content

Commit 2c2e66f

Browse files
committed
docs: fix example
1 parent f8c853a commit 2c2e66f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dscal-wasm/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*
4444
* // Perform operation:
4545
* dscal.ndarray( x.length, 5.0, x, 1, 0 );
46-
* // y => <Float64Array>[ 5.0, 10.0, 15.0, 20.0, 25.0 ]
46+
* // x => <Float64Array>[ 5.0, 10.0, 15.0, 20.0, 25.0 ]
4747
*
4848
* @example
4949
* var Memory = require( '@stdlib/wasm/memory' );

0 commit comments

Comments
 (0)