Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gurov committed Dec 15, 2019
1 parent 16453fa commit da02ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ Selects elements from `start` (inclusive) to `end` (exclusive), stepping by `ste
If `step` is positive:
- empty `start` treated as the first element inclusive
- empty `end` treated as the last element inclusive
- `start` should be less then `end`, otherwise result would be empty
- `start` should be less then `end`, otherwise result will be empty

If `step` is negative:
- empty `start` treated as last element inclusive
- empty `end` treated as the first element inclusive
- `start` should be greater then `end`, otherwise result would be empty
- `start` should be greater then `end`, otherwise result will be empty

### Filters

Expand Down

0 comments on commit da02ec7

Please sign in to comment.