10000 Update `_.unzipWith` and `_.zipWith` iteratee docs. [ci skip] · lodash/lodash@f9a3e66 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9a3e66

Browse files
committed
Update _.unzipWith and _.zipWith iteratee docs. [ci skip]
1 parent e5464fa commit f9a3e66

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lodash.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6734,9 +6734,8 @@
67346734

67356735
/**
67366736
* 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).
67406739
*
67416740
* @static
67426741
* @memberOf _
@@ -6906,9 +6905,8 @@
69066905

69076906
/**
69086907
* 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).
69126910
*
69136911
* @static
69146912
* @memberOf _

0 commit comments

Comments
 (0)
0