Skip to content

Commit 22ffc22

Browse files
committed
Merge pull request #2788 from WouterJ/bvalidation_typo_fix
[Validation] Fixed typo
2 parents 7f456b4 + 35e7197 commit 22ffc22

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
@@ -814,7 +814,7 @@ and then the groups in the group sequence are validated in order.
814814
.. tip::
815815

816816
Group sequences cannot contain the group ``Default``, as this would create
817-
a loop. Instead, use the group ``{ClassName}`` (e.g. ``User``) instead.
817+
a loop. Instead, use the group ``{ClassName}`` (e.g. ``User``).
818818

819819
For example, suppose you have a ``User`` class and want to validate that the
820820
username and the password are different only if all other validation passes

0 commit comments

Comments
 (0)