Fix typo in inRange (#3478)

This commit is contained in:
Younes Fkihi
2017-11-06 20:44:18 +01:00
committed by John-David Dalton
parent 30d305da0f
commit 424d9fc34e

View File

@@ -1,7 +1,7 @@
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`.
* If `start` is greater than `end` the params are swapped to support
* negative ranges.