Skip to content

Commit 1e3aa40

Browse files
committed
docs: update copy
--- 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: passed - 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: 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 74b7a03 commit 1e3aa40

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/every

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/every/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The function accepts the following `options`:
7979
- **dims**: list of dimensions over which to perform a reduction.
8080
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned [`ndarray`][@stdlib/ndarray/ctor] as singleton dimensions. Default: `false`.
8181

82-
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, provide a `dims` option.
82+
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, set the `dims` option.
8383

8484
<!-- eslint-disable max-len -->
8585

@@ -200,7 +200,7 @@ The function accepts the following `options`:
200200

201201
- **dims**: list of dimensions over which to perform a reduction.
202202

203-
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, provide a `dims` option.
203+
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, set the `dims` option.
204204

205205
<!-- eslint-disable max-len -->
206206

0 commit comments

Comments
 (0)