Comma nit in _.inRange doc. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-16 18:16:27 -07:00
parent 9cb75cae1d
commit 7239bf791f

View File

@@ -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.