From 0c20889a173d1ec5eeec01ce345e43c9a82a3978 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 6 Sep 2014 00:30:25 -0700 Subject: [PATCH] Minor comment nit. [ci skip] --- lodash.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index babd39513..31841a83d 100644 --- a/lodash.js +++ b/lodash.js @@ -9024,8 +9024,7 @@ * in which case a `radix` of `16` is used. * * **Note:** This method avoids differences in native ES3 and ES5 `parseInt` - * implementations. See the [ES5 spec](http://es5.github.io/#E) - * for more details. + * implementations. See the [ES5 spec](http://es5.github.io/#E) for more details. * * @static * @memberOf _