mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Comma nit in _.inRange doc. [ci skip]
This commit is contained in:
@@ -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`.
|
* `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
|
* If `start` is greater than `end` the params are swapped to support
|
||||||
* negative ranges.
|
* negative ranges.
|
||||||
|
|||||||
Reference in New Issue
Block a user