From 8b57b3086e15fd0ea671a7b1bcaa9dc202f575bb Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 27 Oct 2015 00:48:29 -0700 Subject: [PATCH] Newline nit in `_.valuesIn` description. [ci skip] --- lodash.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. *