File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/ext/find-last-index/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var base = require( './base.js' ).assign;
43
43
* @throws {TypeError } function must be provided at least three arguments
44
44
* @throws {TypeError } first argument must be an ndarray-like object
45
45
* @throws {TypeError } second argument must be an ndarray-like object
46
- * @throws {TypeError } third argument must be a function
46
+ * @throws {TypeError } callback argument must be a function
47
47
* @throws {TypeError } options argument must be an object
48
48
* @throws {RangeError } dimension index must not exceed input ndarray bounds
49
49
* @throws {RangeError } first argument must have at least one dimension
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var base = require( './base.js' );
42
42
* @param {Function } clbk - callback function
43
43
* @param {* } [thisArg] - callback execution context
44
44
* @throws {TypeError } first argument must be an ndarray-like object
45
- * @throws {TypeError } second argument must be a function
45
+ * @throws {TypeError } callback argument must be a function
46
46
* @throws {TypeError } options argument must be an object
47
47
* @throws {RangeError } dimension index must not exceed input ndarray bounds
48
48
* @throws {RangeError } first argument must have at least one dimension
You can’t perform that action at this time.
0 commit comments