Skip to content

Commit

Permalink
minor #3733 [book] [validation] fixed minor typos (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[book] [validation] fixed minor typos

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3+
| Fixed tickets | -

Commits
-------

693ba24 [book] [validation] fixed minor typos
  • Loading branch information
weaverryan committed Apr 2, 2014
2 parents 4d0ff8f + 693ba24 commit 499ba5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/validation.rst
Expand Up @@ -974,8 +974,8 @@ that group are valid, the second group, ``Strict``, will be validated.
constraints that do not belong to any group. constraints that do not belong to any group.


This means that you have to use the ``{ClassName}`` (e.g. ``User``) group This means that you have to use the ``{ClassName}`` (e.g. ``User``) group
when specifing a group sequence. When using ``Default``, you get an when specifying a group sequence. When using ``Default``, you get an
infinite recursion (as the ``Default`` groups references the group infinite recursion (as the ``Default`` group references the group
sequence, which will contain the ``Default`` group which references the sequence, which will contain the ``Default`` group which references the
same group sequence, ...). same group sequence, ...).


Expand Down

0 comments on commit 499ba5c

Please sign in to comment.