From 5f42a3d4db8c065bab282017a70efceb6d0a7cfc Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 24 Sep 2015 00:56:17 -0700 Subject: [PATCH] Minor `createInvoker` param description nit. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index cd3d75f76..f9e2520ba 100644 --- a/lodash.js +++ b/lodash.js @@ -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) {