File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 6734
6734
6735
6735
/**
6736
6736
* This method is like `_.unzip` except that it accepts `iteratee` to specify
6737
- * how regrouped values should be combined. The iteratee is invoked with four
6738
- * arguments: (accumulator, value, index, group). The first element of each
6739
- * group is used as the initial `accumulator` value.
6737
+ * how regrouped values should be combined. The iteratee is invoked with the
6738
+ * elements of each group: (...group).
6740
6739
*
6741
6740
* @static
6742
6741
* @memberOf _
6906
6905
6907
6906
/**
6908
6907
* This method is like `_.zip` except that it accepts `iteratee` to specify
6909
- * how grouped values should be combined. The iteratee is invoked with four
6910
- * arguments: (accumulator, value, index, group). The first element of each
6911
- * group is used as the initial `accumulator` value.
6908
+ * how grouped values should be combined. The iteratee is invoked with the
6909
+ * elements of each group: (...group).
6912
6910
*
6913
6911
* @static
6914
6912
* @memberOf _
You can’t perform that action at this time.
0 commit comments