mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Correct doc block for overArg helper in _baseConvert. [ci skip]
This commit is contained in:
@@ -310,12 +310,11 @@ function baseConvert(util, name, func, options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a function that invokes `func` with its first argument passed
|
* Creates a function that invokes `func` with its first argument transformed.
|
||||||
* thru `transform`.
|
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Function} func The function to wrap.
|
* @param {Function} func The function to wrap.
|
||||||
* @param {...Function} transform The functions to transform the first argument.
|
* @param {Function} transform The argument transform.
|
||||||
* @returns {Function} Returns the new function.
|
* @returns {Function} Returns the new function.
|
||||||
*/
|
*/
|
||||||
function overArg(func, transform) {
|
function overArg(func, transform) {
|
||||||
|
|||||||
Reference in New Issue
Block a user