Skip to content

Commit

Permalink
discrete intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Mar 26, 2020
1 parent 82e9267 commit 4cb3c16
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 @@ -153,7 +153,7 @@ For convenience, intervals are automatically simplified:

```

Note that discrete intervals are **not** supported by `portion` (but they can be simulated though).
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)).
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 4cb3c16

Please sign in to comment.