Skip to content

Commit 91f9615

Browse files
committed
fixed typo
1 parent e0408d0 commit 91f9615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/validator/constraints.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Custom Constraints
158158
------------------
159159

160160
You can create a custom constraint by extending the base constraint class,
161-
:class::`Symfony\\Component\\Validator\\Constraint`. Options for your
161+
:class:`Symfony\\Component\\Validator\\Constraint`. Options for your
162162
constraint are represented by public properties on the constraint class. For
163163
example, the ``Url`` constraint includes ``message`` and ``protocols``
164164
properties::

0 commit comments

Comments
 (0)