diff --git a/lodash.js b/lodash.js index 01c7811e2..ba62cd54e 100644 --- a/lodash.js +++ b/lodash.js @@ -6567,7 +6567,7 @@ /** * Checks if a collection is empty. A value is considered empty unless it is * an array, array-like object, or string with a length greater than `0` or - * an object with own properties. + * an object with own enumerable properties. * * @static * @memberOf _