mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Fixed display of transforms param in overArgs docs. (#2422)
This commit is contained in:
committed by
John-David Dalton
parent
19e94b8889
commit
b2b3391827
@@ -10114,7 +10114,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Function
|
* @category Function
|
||||||
* @param {Function} func The function to wrap.
|
* @param {Function} func The function to wrap.
|
||||||
* @param {...(Function|Function[])} [transforms[_.identity]]
|
* @param {...(Function|Function[])} [transforms=[_.identity]]
|
||||||
* The argument transforms.
|
* The argument transforms.
|
||||||
* @returns {Function} Returns the new function.
|
* @returns {Function} Returns the new function.
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user