Skip to content

Commit fb9f295

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 9284bd7 + ed9a036 commit fb9f295

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)