Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ Advances the cursor by applying the function _fn_ to each value in the cursor's
remaining result list until the cursor is exhausted or _fn_ returns a value that
evaluates to `false`.

Returns `false` if _fn_ returned a value that evalutes to `false`, or `true`
Returns `false` if _fn_ returned a value that evaluates to `false`, or `true`
otherwise.

Equivalent to _Array.prototype.every_ (except async).
Expand Down