diff --git a/lodash.js b/lodash.js index b27967fd0..ea71f8525 100644 --- a/lodash.js +++ b/lodash.js @@ -13132,7 +13132,7 @@ } /** - * Checks if `n` is between `start` and up to but not including, `end`. If + * Checks if `n` is between `start` and up to, but not including, `end`. If * `end` is not specified, it's set to `start` with `start` then set to `0`. * If `start` is greater than `end` the params are swapped to support * negative ranges.