Skip to content

Commit 6cc361e

Browse files
committed
docs: fix descriptions
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 93810d1 commit 6cc361e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/find-last-index/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var base = require( './base.js' ).assign;
4343
* @throws {TypeError} function must be provided at least three arguments
4444
* @throws {TypeError} first argument must be an ndarray-like object
4545
* @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
4747
* @throws {TypeError} options argument must be an object
4848
* @throws {RangeError} dimension index must not exceed input ndarray bounds
4949
* @throws {RangeError} first argument must have at least one dimension

lib/node_modules/@stdlib/blas/ext/find-last-index/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var base = require( './base.js' );
4242
* @param {Function} clbk - callback function
4343
* @param {*} [thisArg] - callback execution context
4444
* @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
4646
* @throws {TypeError} options argument must be an object
4747
* @throws {RangeError} dimension index must not exceed input ndarray bounds
4848
* @throws {RangeError} first argument must have at least one dimension

0 commit comments

Comments
 (0)