Skip to content

Commit 67399d3

Browse files
committed
Fixed an RST syntax issue
1 parent 54025d8 commit 67399d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/File.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Validates that a value is a valid "file", which can be one of the following:
88
* A valid :class:`Symfony\\Component\\HttpFoundation\\File\\File` object
99
(including objects of :class:`Symfony\\Component\\HttpFoundation\\File\\UploadedFile` class).
1010

11-
This constraint is commonly used in forms with the :doc:`FileType <reference/forms/types/file>`
11+
This constraint is commonly used in forms with the :doc:`FileType </reference/forms/types/file>`
1212
form field.
1313

1414
.. tip::

0 commit comments

Comments
 (0)