Skip to content

Commit 89599d4

Browse files
committed
docs: update 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 903bcf0 commit 89599d4

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/base/count-ifs/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/base/count-ifs/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var zeroTo = require( '@stdlib/array/base/zero-to' );
2727
// FUNCTIONS //
2828

2929
/**
30-
* Returns an array of indices of elements of an input array which pass a test implemented by a predicate function.
30+
* Returns an array of indices corresponding to the elements of an input array which pass a test implemented by a predicate function.
3131
*
3232
* @private
3333
* @param {Collection} x - input array
@@ -73,7 +73,7 @@ function accessors( x, idx, predicate ) {
7373
}
7474

7575
/**
76-
* Returns an array of indices for the elements of an input array which pass a test implemented by a predicate function.
76+
* Returns an array of indices corresponding to the elements of an input array which pass a test implemented by a predicate function.
7777
*
7878
* @private
7979
* @param {Collection} x - input array

0 commit comments

Comments
 (0)