Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Mar 3, 2015
1 parent 61300a9 commit 9722179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Notes about the notation:
* If an `increment` is not specified, the default increment is `1`. An `increment` of zero is __not__ allowed.
* The `start` index is __inclusive__, while the `stop` index is __exclusive__.
* Both `start` and `stop` indices are *optional*. If not provided, `start` and `stop` default to index extremes.
* Both `start` and `stop` can be negative, in which case they specify the number of indices from the __end__ of an `array`.
* Both `start` and `stop` can be negative, in which case they specify the number of indices from the __maximum__ `array` index.

``` javascript
var arr = indexspace( '[:-3]', 5 );
Expand Down

0 comments on commit 9722179

Please sign in to comment.