Skip to content

Commit 8801059

Browse files
committed
Minor tweak
1 parent 43a51a8 commit 8801059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/Unique.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ trailing whitespace during validation.
221221

222222
**type**: ``boolean`` **default**: ``true``
223223

224-
By default, this constraint stops at the first violation. If the option is set to ``false``,
225-
validation will continue on all elements and return all detected
226-
:class:`Symfony\\Component\\Validator\\ConstraintViolation` object.
224+
By default, this constraint stops at the first violation. If this option is set
225+
to ``false``, validation continues on all elements and returns all detected
226+
:class:`Symfony\\Component\\Validator\\ConstraintViolation` objects.
227227

228228
.. versionadded:: 7.3
229229

0 commit comments

Comments
 (0)