We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a56624 commit 0507225Copy full SHA for 0507225
book/validation.rst
@@ -830,7 +830,7 @@ the string ``Default``.
830
When validating *just* the User object, there is no difference between the ``Default`` group
831
and the ``User`` group. But, there is a difference if ``User`` has embedded objects. For example,
832
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
+ you've added the :doc:`/reference/constraints/Valid` constraint to this property so that it's
834
validated when you validate the ``User`` object.
835
836
If you validate ``User`` using the ``Default`` group, then any constraints on the ``Address``
0 commit comments