mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +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
|
||||
* contains elements `predicate` returns truthy for, while the second of which
|
||||
* contains elements `predicate` returns falsey for. The predicate is invoked
|
||||
* with three arguments: (value, index|key, collection).
|
||||
* contains elements `predicate` returns truthy for, the second of which
|
||||
* contains elements `predicate` returns falsey for. The predicate is
|
||||
* invoked with one argument: (value).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user