diff --git a/reference/constraints/LessThan.rst b/reference/constraints/LessThan.rst index 4a83d34a6de..428dee4ff3c 100644 --- a/reference/constraints/LessThan.rst +++ b/reference/constraints/LessThan.rst @@ -23,8 +23,8 @@ Basic Usage The following constraints ensure that: -* the number of ``siblings`` of a ``Person`` is less than or equal to ``5`` -* ``age`` is less than``80`` +* the number of ``siblings`` of a ``Person`` is less than ``5`` +* ``age`` is less than ``80`` .. configuration-block::