diff --git a/lodash.js b/lodash.js index d0cd637c0..d847ac453 100644 --- a/lodash.js +++ b/lodash.js @@ -10936,8 +10936,7 @@ } /** - * Creates an array of the own and inherited enumerable property values - * of `object`. + * Creates an array of the own and inherited enumerable property values of `object`. * * **Note:** Non-object values are coerced to objects. *