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 3ea906b commit 2d9de13Copy full SHA for 2d9de13
lib/node_modules/@stdlib/ndarray/map/lib/main.js
@@ -39,7 +39,7 @@ var format = require( '@stdlib/string/format' );
39
* @param {string} [options.dtype] - output array data type
40
* @param {Callback} fcn - callback function
41
* @param {*} [thisArg] - callback execution context
42
-* @throws {TypeError} first argument must have a recognized data type
+* @throws {TypeError} first argument must be an ndarray-like object
43
* @throws {TypeError} callback argument must be a function
44
* @throws {TypeError} options argument must be an object
45
* @returns {ndarray} output ndarray
0 commit comments