Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AlexandreDecan/portion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Oct 17, 2020
2 parents 545a1e7 + 7a0fd16 commit 886c223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 886c223

Please sign in to comment.