Minor doc nit. [ci skip]

This commit is contained in:
John-David Dalton
2014-07-16 08:57:36 -07:00
parent 5a54c1520a
commit c10ea527a0

View File

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