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 e0de7fc commit ea38570
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 @@ -62,7 +62,7 @@ arr = indexspace( '[:end]', 5 );
// returns [ 0, 1, 2, 3, 4 ]
```

Basic arithmetic (subtraction and division) may be performed on the `end` keyword. The result from division is rounded up to the next integer.
Basic arithmetic (subtraction and division) may be performed on the `end` keyword. The result from division is __rounded up__ to the next integer.

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

0 comments on commit ea38570

Please sign in to comment.