mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Fix start and end typo mix up in _.range docs. [closes #1095] [ci skip]
This commit is contained in:
@@ -11414,7 +11414,7 @@
|
|||||||
/**
|
/**
|
||||||
* Creates an array of numbers (positive and/or negative) progressing from
|
* Creates an array of numbers (positive and/or negative) progressing from
|
||||||
* `start` up to, but not including, `end`. If `end` is not specified it is
|
* `start` up to, but not including, `end`. If `end` is not specified it is
|
||||||
* set to `start` with `start` then set to `0`. If `start` is less than `end`
|
* set to `start` with `start` then set to `0`. If `end` is less than `start`
|
||||||
* a zero-length range is created unless a negative `step` is specified.
|
* a zero-length range is created unless a negative `step` is specified.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user