Skip to content

Commit 0507225

Browse files
committed
Fixing bad reference
1 parent 5a56624 commit 0507225

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
@@ -830,7 +830,7 @@ the string ``Default``.
830830
When validating *just* the User object, there is no difference between the ``Default`` group
831831
and the ``User`` group. But, there is a difference if ``User`` has embedded objects. For example,
832832
imagine ``User`` has an ``address`` property that contains some ``Address`` object and that
833-
you've added the :doc:`/reference/constraints/valid` constraint to this property so that it's
833+
you've added the :doc:`/reference/constraints/Valid` constraint to this property so that it's
834834
validated when you validate the ``User`` object.
835835

836836
If you validate ``User`` using the ``Default`` group, then any constraints on the ``Address``

0 commit comments

Comments
 (0)