Fixed display of transforms param in overArgs docs. (#2422)

This commit is contained in:
Dan J Miller
2016-06-15 21:51:20 -02:30
committed by John-David Dalton
parent 19e94b8889
commit b2b3391827

View File

@@ -10114,7 +10114,7 @@
* @memberOf _
* @category Function
* @param {Function} func The function to wrap.
* @param {...(Function|Function[])} [transforms[_.identity]]
* @param {...(Function|Function[])} [transforms=[_.identity]]
* The argument transforms.
* @returns {Function} Returns the new function.
* @example