File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/node_modules/@stdlib/utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ var mean = context.sum / context.count;
124
124
125
125
## Notes
126
126
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.
128
128
129
129
- If provided an empty object, the function returns ` true ` .
130
130
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ var mean = context.sum / context.count;
123
123
124
124
## Notes
125
125
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
127
127
function throws a Type Error.
128
128
129
129
- If provided an empty object, the function returns ` true ` .
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ var bool = noneOwnBy( obj, isUnderage );
86
86
87
87
## Notes
88
88
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.
90
90
91
91
- If provided an empty object, the function returns ` true ` .
92
92
You can’t perform that action at this time.
0 commit comments