Update _.range docs to consistently reference 'end'

Former-commit-id: a8ee760eb86e67eb898715ee9719fa8981eeda17
This commit is contained in:
Terin Stock
2013-01-04 02:20:06 -08:00
parent 87dc6631ee
commit 7362dd1a7c
2 changed files with 3 additions and 3 deletions

View File

@@ -3105,7 +3105,7 @@
/**
* Creates an array of numbers (positive and/or negative) progressing from
* `start` up to but not including `stop`. This method is a port of Python's
* `start` up to but not including `end`. This method is a port of Python's
* `range()` function. See http://docs.python.org/library/functions.html#range.
*
* @static