Skip to content

Commit fc2bc0e

Browse files
authored
docs: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 43b718c commit fc2bc0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/zero-to/lib

lib/node_modules/@stdlib/blas/ext/zero-to/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var base = require( './base.js' );
5050
* @throws {TypeError} must provide valid options
5151
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
5252
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions
53-
* @returns {ndarray} output ndarray
53+
* @returns {ndarray} input ndarray
5454
*
5555
* @example
5656
* var zeros = require( '@stdlib/ndarray/zeros' );

0 commit comments

Comments
 (0)