mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Rename stop to end in _.range docs. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
497d35b03b
commit
9ce3176b59
@@ -9494,7 +9494,7 @@
|
||||
|
||||
/**
|
||||
* Creates an array of numbers (positive and/or negative) progressing from
|
||||
* `start` up to but not including `end`. If `start` is less than `stop` a
|
||||
* `start` up to but not including `end`. If `start` is less than `end` a
|
||||
* zero-length range is created unless a negative `step` is specified.
|
||||
*
|
||||
* @static
|
||||
|
||||
Reference in New Issue
Block a user