Skip to content

Commit a520c93

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: skipped - 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 86165ae commit a520c93

File tree

2 files changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch-factory

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The method accepts the following options:
202202
203203
where
204204
205-
- **arrays**: array containing input and output ndarrays, along with any additional ndarray arguments.
205+
- **arrays**: array containing an input and an output ndarray, followed by any additional ndarray arguments.
206206
207207
- The output data type policy only applies to the function returned by `factory`. For the `assign` method, the output ndarray is allowed to have any data type.
208208

lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch-factory/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
where
2727

28-
- arrays: array containing input and output ndarrays, along with any
29-
additional ndarray arguments.
28+
- arrays: array containing an input and an output ndarray, followed by
29+
any additional ndarray arguments.
3030

3131
idtypes: Array<Array<string>>
3232
List containing lists of supported input array data types for each input

0 commit comments

Comments
 (0)