Skip to content

Commit 540bca7

Browse files
committed
docs: fix parameter name
--- 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: passed - 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 3b993eb commit 540bca7

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/base/unary-reduce-subarray-by/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/base/unary-reduce-subarray-by/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
- arrays: array containing a subarray of the input ndarray and any
3434
additional ndarray arguments as zero-dimensional ndarrays.
3535
- options: function options.
36-
- wrappedCallbac: callback function. This function is a wrapper around a
37-
provided `clbk` argument.
36+
- wrappedCallback: callback function. This function is a wrapper around
37+
a provided `clbk` argument.
3838

3939
arrays: ArrayLikeObject<ndarray>
4040
Array-like object containing one input ndarray and one output ndarray,

0 commit comments

Comments
 (0)