8000 Fix typo · symfony/symfony-docs@34b38f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34b38f3

Browse files
committed
Fix typo
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent a3e2469 commit 34b38f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ By calling ``validateValue`` on the validator, you can pass in a raw value and
12361236
the constraint object that you want to validate that value against. A full
12371237
list of the available constraints - as well as the full class name for each
12381238
constraint - is available in the :doc:`constraints reference </reference/constraints>`
1239-
section .
1239+
section.
12401240

12411241
The ``validateValue`` method returns a :class:`Symfony\\Component\\Validator\\ConstraintViolationList`
12421242
object, which acts just like an array of errors. Each error in the collection

0 commit comments

Comments
 (0)
0