Merge branch 'master' into fix-debian

This commit is contained in:
Alexey Milovidov 2021-04-13 22:11:30 +03:00
commit 69e02b4bc2

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 ...
*