Merge branch 'master' into add-test-2719

This commit is contained in:
Alexey Milovidov 2021-04-13 22:13:31 +03:00
commit 865b96c412

View File

@ -1327,7 +1327,7 @@ String KeyCondition::toString() const
* A range of tuples specifies some subset of this space.
*
* Hyperrectangles will be the subrange of an n-dimensional space that is a direct product of one-dimensional ranges.
* In this case, the one-dimensional range can be:
* In this case, the one-dimensional range can be:
* a point, a segment, an open interval, a half-open interval;
* unlimited on the left, unlimited on the right ...
*