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 43b718c commit fc2bc0eCopy full SHA for fc2bc0e
1 file changed
lib/node_modules/@stdlib/blas/ext/zero-to/lib/assign.js
@@ -50,7 +50,7 @@ var base = require( './base.js' );
50
* @throws {TypeError} must provide valid options
51
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
52
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions
53
-* @returns {ndarray} output ndarray
+* @returns {ndarray} input ndarray
54
*
55
* @example
56
* var zeros = require( '@stdlib/ndarray/zeros' );
0 commit comments