Skip to content

Commit 35467b9

Browse files
authored
[Validator] Add a missing dot
The other two issues end with a dot.
1 parent 07b139b commit 35467b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Sequentially.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In such situations, you may encounter three issues:
3535

3636
* the ``Length`` or ``Regex`` constraints may fail hard with a :class:`Symfony\\Component\\Validator\\Exception\\UnexpectedValueException`
3737
exception if the actual value is not a string, as enforced by ``Type``.
38-
* you may end with multiple error messages for the same property
38+
* you may end with multiple error messages for the same property.
3939
* you may perform a useless and heavy external call to geolocalize the address,
4040
while the format isn't valid.
4141

0 commit comments

Comments
 (0)