mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Cleanup doc descriptions for _.modArgs and _.modArgsSet. [ci skip]
This commit is contained in:
@@ -7689,8 +7689,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a function that runs each argument through a corresponding
|
* Creates a function that invokes `func` with arguments modified by
|
||||||
* transform function.
|
* corresponding `transforms`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -7724,7 +7724,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is like `_.modArgs` except that each transform function is
|
* This method is like `_.modArgs` except that each of the `transforms` is
|
||||||
* provided all arguments the created function is invoked with.
|
* provided all arguments the created function is invoked with.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user