mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Fix typo in inRange (#3478)
This commit is contained in:
committed by
John-David Dalton
parent
30d305da0f
commit
424d9fc34e
@@ -1,7 +1,7 @@
|
|||||||
import baseInRange from './.internal/baseInRange.js'
|
import baseInRange from './.internal/baseInRange.js'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if `n` is between `start` and up to, but not including, `end`. If
|
* Checks if `number` 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