From 09bc9f24602238edc3bb27f132d8d1b5a4ce3a82 Mon Sep 17 00:00:00 2001 From: Theo Tzaferis Date: Fri, 9 Jun 2017 08:16:45 +0200 Subject: [PATCH] Update LessThan.rst "Basic Usage" part * Fix first bullet point containing information about the LessThanOrEqual constraint * Fix second bullet point not displaying the number `80 ` in code highlighted format. --- reference/constraints/LessThan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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::