diff --git a/lodash.js b/lodash.js index c80920650..db04ca13f 100644 --- a/lodash.js +++ b/lodash.js @@ -10134,7 +10134,7 @@ } /** - * Checks if `value` is an empty collection or object. A value is considered + * Checks if `value` is an empty object or collection. A value is considered * empty if it's an `arguments` object, array, string, or jQuery-like collection * with a length of `0` or has no own enumerable string keyed properties. *