lodash

4.17.204.17.21
parseInt.js
parseInt.js
+1−1
Index: package/parseInt.js
===================================================================
--- package/parseInt.js
+++ package/parseInt.js
@@ -1,8 +1,8 @@
 var root = require('./_root'),
     toString = require('./toString');
 
-/** Used to match leading and trailing whitespace. */
+/** Used to match leading whitespace. */
 var reTrimStart = /^\s+/;
 
 /* Built-in method references for those with the same name as other `lodash` methods. */
 var nativeParseInt = root.parseInt;