From c10ea527a0671ea4cf851e64f3c98e32c055afc9 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 16 Jul 2014 08:57:36 -0700 Subject: [PATCH] Minor doc nit. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index b3711d1e4..a69dbe4d7 100644 --- a/lodash.js +++ b/lodash.js @@ -3041,7 +3041,7 @@ * Converts `collection` to an array if it is not an array-like value. * * @private - * @param {Array|Object|string} collection The collection to convert. + * @param {Array|Object|string} collection The collection to process. * @returns {Array} Returns the iterable object. */ function toIterable(collection) {