Skip to content

Commit e1d4bc2

Browse files
committed
chore: minor clean-up
--- 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: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 4d66c10 commit e1d4bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-last-index/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ interface Routine {
139139
* @param strideX - stride length
140140
* @param offsetX - starting index
141141
* @param clbk - predicate function
142-
* @param thisArg - predication function execution context
142+
* @param thisArg - predicate function execution context
143143
* @returns index
144144
*
145145
* @example

lib/node_modules/@stdlib/blas/ext/base/gfind-last-index/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tape( 'the function returns the index of the last element which passes a test im
5959
}
6060
});
6161

62-
tape( 'the function returns the index of the first element which passes a test implemented by a predicate function (accessors)', function test( t ) {
62+
tape( 'the function returns the index of the last element which passes a test implemented by a predicate function (accessors)', function test( t ) {
6363
var actual;
6464
var x;
6565

0 commit comments

Comments
 (0)