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 d293a23 commit 93810d1Copy full SHA for 93810d1
lib/node_modules/@stdlib/blas/ext/find-index/lib/main.js
@@ -42,7 +42,7 @@ var base = require( './base.js' );
42
* @param {Function} clbk - callback function
43
* @param {*} [thisArg] - callback execution context
44
* @throws {TypeError} first argument must be an ndarray-like object
45
-* @throws {TypeError} second argument must be a function
+* @throws {TypeError} callback argument must be a function
46
* @throws {TypeError} options argument must be an object
47
* @throws {RangeError} dimension index must not exceed input ndarray bounds
48
* @throws {RangeError} first argument must have at least one dimension
0 commit comments