From 0d8779734d53222ac1197d119ad402819905f468 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 26 Dec 2015 22:07:15 -0600 Subject: [PATCH] Cleanup comment. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 1e157fa71..a45225131 100644 --- a/lodash.js +++ b/lodash.js @@ -4836,7 +4836,7 @@ var length = array.length, result = new array.constructor(length); - // Add array properties assigned by `RegExp#exec`. + // Add properties assigned by `RegExp#exec`. if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { result.index = array.index; result.input = array.input;