mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Fix documented iteratee arg count of _.partition. [ci skip]
This commit is contained in:
@@ -7757,9 +7757,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an array of elements split into two groups, the first of which
|
* Creates an array of elements split into two groups, the first of which
|
||||||
* contains elements `predicate` returns truthy for, while the second of which
|
* contains elements `predicate` returns truthy for, the second of which
|
||||||
* contains elements `predicate` returns falsey for. The predicate is invoked
|
* contains elements `predicate` returns falsey for. The predicate is
|
||||||
* with three arguments: (value, index|key, collection).
|
* invoked with one argument: (value).
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user