diff --git a/reference/constraints/IdenticalTo.rst b/reference/constraints/IdenticalTo.rst index 31e140860e7..de5fa07fdf0 100644 --- a/reference/constraints/IdenticalTo.rst +++ b/reference/constraints/IdenticalTo.rst @@ -31,7 +31,7 @@ Basic Usage The following constraints ensure that: -* ``firstName`` of ``Person` class is equal to ``Mary`` *and* is a string +* ``firstName`` of ``Person`` class is equal to ``Mary`` *and* is a string * ``age`` is equal to``20`` *and* is of type integer .. configuration-block::