diff --git a/inRange.js b/inRange.js index 08680371d..ce2962de0 100644 --- a/inRange.js +++ b/inRange.js @@ -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.