From 35e719735f2e6ed52fe33e4ef342d34bf396f5e2 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sun, 30 Jun 2013 14:45:33 +0200 Subject: [PATCH] Fixed typo --- book/validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/validation.rst b/book/validation.rst index f1c676eca9a..13758f8f6c9 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -814,7 +814,7 @@ and then the groups in the group sequence are validated in order. .. tip:: Group sequences cannot contain the group ``Default``, as this would create - a loop. Instead, use the group ``{ClassName}`` (e.g. ``User``) instead. + a loop. Instead, use the group ``{ClassName}`` (e.g. ``User``). For example, suppose you have a ``User`` class and want to validate that the username and the password are different only if all other validation passes