Skip to content

Commit

Permalink
Precision about discrete intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Oct 7, 2020
1 parent d7fdda8 commit 7a0fd16
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 @@ -155,7 +155,7 @@ For convenience, intervals are automatically simplified:

```

Note that discrete intervals are **not** supported by `portion` (but they can be simulated though, see [#24](https://github.com/AlexandreDecan/portion/issues/24#issuecomment-604456362)).
Note that simplification of discrete intervals is **not** supported by `portion` (but it can be simulated though, see [#24](https://github.com/AlexandreDecan/portion/issues/24#issuecomment-604456362)).
For example, combining `[0,1]` with `[2,3]` will **not** result in `[0,3]` even if there is
no integer between `1` and `2`.

Expand Down

0 comments on commit 7a0fd16

Please sign in to comment.