mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Minor doc nit. [ci skip]
This commit is contained in:
@@ -3041,7 +3041,7 @@
|
|||||||
* Converts `collection` to an array if it is not an array-like value.
|
* Converts `collection` to an array if it is not an array-like value.
|
||||||
*
|
*
|
||||||
* @private
|
* @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.
|
* @returns {Array} Returns the iterable object.
|
||||||
*/
|
*/
|
||||||
function toIterable(collection) {
|
function toIterable(collection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user