We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c853a commit 2c2e66fCopy full SHA for 2c2e66f
lib/node_modules/@stdlib/blas/base/dscal-wasm/lib/index.js
@@ -43,7 +43,7 @@
43
*
44
* // Perform operation:
45
* dscal.ndarray( x.length, 5.0, x, 1, 0 );
46
-* // y => <Float64Array>[ 5.0, 10.0, 15.0, 20.0, 25.0 ]
+* // x => <Float64Array>[ 5.0, 10.0, 15.0, 20.0, 25.0 ]
47
48
* @example
49
* var Memory = require( '@stdlib/wasm/memory' );
0 commit comments