Skip to content

Commit

Permalink
[book] [validation] fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 29, 2014
1 parent 9f26da8 commit 693ba24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/validation.rst
Original file line number Diff line number Diff line change
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.

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

Expand Down

0 comments on commit 693ba24

Please sign in to comment.