Rename stop to end in _.range docs. [ci skip]

This commit is contained in:
Tiago Ribeiro
2014-10-06 15:36:21 +02:00
committed by John-David Dalton
parent 497d35b03b
commit 9ce3176b59

View File

@@ -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