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 34dda30 commit 61300a9
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 @@ -36,7 +36,7 @@ var str = '[<start>:<stop>:<increment>]';
```

Notes about the notation:
* If an `increment` is not specified, the default increment is `1`. An `increment` cannot be set to zero.
* 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`.
Expand Down

0 comments on commit 61300a9

Please sign in to comment.