Skip to content

Commit 2d9de13

Browse files
committed
docs: fix description
1 parent 3ea906b commit 2d9de13

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/map/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/map/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var format = require( '@stdlib/string/format' );
3939
* @param {string} [options.dtype] - output array data type
4040
* @param {Callback} fcn - callback function
4141
* @param {*} [thisArg] - callback execution context
42-
* @throws {TypeError} first argument must have a recognized data type
42+
* @throws {TypeError} first argument must be an ndarray-like object
4343
* @throws {TypeError} callback argument must be a function
4444
* @throws {TypeError} options argument must be an object
4545
* @returns {ndarray} output ndarray

0 commit comments

Comments
 (0)