Fix documented iteratee arg count of _.partition. [ci skip]

This commit is contained in:
John-David Dalton
2016-01-24 09:47:57 -08:00
parent 627e92e7e0
commit e2280db917

View File

@@ -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 _