mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Minor createInvoker param description nit. [ci skip]
This commit is contained in:
@@ -3600,7 +3600,7 @@
|
|||||||
* Creates a function like `_.conj`.
|
* Creates a function like `_.conj`.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Function} arrayFunc The function to iterate over `iteratees`.
|
* @param {Function} arrayFunc The function to iterate over iteratees.
|
||||||
* @returns {Function} Returns the new invoker function.
|
* @returns {Function} Returns the new invoker function.
|
||||||
*/
|
*/
|
||||||
function createInvoker(arrayFunc) {
|
function createInvoker(arrayFunc) {
|
||||||
|
|||||||
Reference in New Issue
Block a user