Minor createInvoker param description nit. [ci skip]

This commit is contained in:
John-David Dalton
2015-09-24 00:56:17 -07:00
parent a569b723c5
commit 5f42a3d4db

View File

@@ -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) {