Correct arg count typo in _.cloneWith docs. [ci skip]

This commit is contained in:
John-David Dalton
2016-01-15 02:13:46 -08:00
parent e752b26f9e
commit efc61ea70d

View File

@@ -9100,7 +9100,7 @@
* This method is like `_.clone` except that it accepts `customizer` which
* is invoked to produce the cloned value. If `customizer` returns `undefined`
* cloning is handled by the method instead. The `customizer` is invoked with
* up to five arguments; (value [, index|key, object, stack]).
* up to four arguments; (value [, index|key, object, stack]).
*
* @static
* @memberOf _