mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Minor createInvoker param description nit. [ci skip]
This commit is contained in:
@@ -3600,7 +3600,7 @@
|
||||
* Creates a function like `_.conj`.
|
||||
*
|
||||
* @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.
|
||||
*/
|
||||
function createInvoker(arrayFunc) {
|
||||
|
||||
Reference in New Issue
Block a user