From 7a0fd16d2315b7159454ce0c94ec51624ab2f659 Mon Sep 17 00:00:00 2001 From: Alexandre Decan Date: Wed, 7 Oct 2020 22:25:33 +0200 Subject: [PATCH] Precision about discrete intervals --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 834ca2c..fedaf2d 100644 --- a/README.md +++ b/README.md @@ -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`.