From 7239bf791faa51c80215fd9fdadc506d175dcc76 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 16 Apr 2016 18:16:27 -0700 Subject: [PATCH] Comma nit in `_.inRange` doc. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.