mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Clarify exit early behavior in _.every doc and refine related test.
This commit is contained in:
committed by
John-David Dalton
parent
1ad55ec263
commit
6dec9cb831
@@ -6739,7 +6739,8 @@
|
||||
|
||||
/**
|
||||
* Checks if `predicate` returns truthy for **all** elements of `collection`.
|
||||
* The predicate is invoked with three arguments: (value, index|key, collection).
|
||||
* Iteration is stopped once `predicate` returns falsey. The predicate is
|
||||
* invoked with three arguments: (value, index|key, collection).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user