Skip to content

Commit ed9a036

Browse files
committed
docs: fix typo
--- 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 55044b9 commit ed9a036

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/utils/every-own-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ var mean = context.sum / context.count;
124124

125125
## Notes
126126

127-
- If the 1st argument is not an [`object`][mdn-object] or the second argument is not a fuction, the function throws a Type Error.
127+
- If the 1st argument is not an [`object`][mdn-object] or the second argument is not a function, the function throws a Type Error.
128128

129129
- If provided an empty object, the function returns `true`.
130130

lib/node_modules/@stdlib/utils/none-in-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ var mean = context.sum / context.count;
123123

124124
## Notes
125125

126-
- If the 1st argument is not an object or the second argument is not a fuction, the
126+
- If the 1st argument is not an object or the second argument is not a function, the
127127
function throws a Type Error.
128128

129129
- If provided an empty object, the function returns `true`.

lib/node_modules/@stdlib/utils/none-own-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var bool = noneOwnBy( obj, isUnderage );
8686

8787
## Notes
8888

89-
- If the 1st argument is not an object or the second argument is not a fuction, the function throws a Type Error.
89+
- If the 1st argument is not an object or the second argument is not a function, the function throws a Type Error.
9090

9191
- If provided an empty object, the function returns `true`.
9292

0 commit comments

Comments
 (0)