Skip to content

Commit f709450

Browse files
committed
docs: correct grammar in JSDoc comments
--- 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: 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 5fb74a0 commit f709450

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/base/nullary-strided1d-dispatch-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var NullaryStrided1dDispatch = require( '@stdlib/ndarray/base/nullary-strided1d-
4242
* @throws {TypeError} third argument must be an array of supported data types
4343
* @throws {TypeError} options argument must be an object
4444
* @throws {TypeError} must provide valid options
45-
* @returns {Function} function for applying a strided function an ndarray
45+
* @returns {Function} function for applying a strided function to an ndarray
4646
*
4747
* @example
4848
* var base = require( '@stdlib/blas/ext/base/ndarray/gsorthp' );

lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var UnaryStrided1dDispatch = require( '@stdlib/ndarray/base/unary-strided1d-disp
4747
* @throws {TypeError} fourth argument must be an object having supported policies
4848
* @throws {TypeError} options argument must be an object
4949
* @throws {TypeError} must provide valid options
50-
* @returns {Function} function for applying a strided function an ndarray
50+
* @returns {Function} function for applying a strided function to an ndarray
5151
*
5252
* @example
5353
* var base = require( '@stdlib/stats/base/ndarray/cumax' );

0 commit comments

Comments
 (0)