Skip to content

Commit

Permalink
Update validation.rst
Browse files Browse the repository at this point in the history
place 'IsTrue' instead of 'True' in line 957
  • Loading branch information
syedi authored and xabbuh committed Dec 31, 2015
1 parent cefd184 commit 5e4e5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ username and the password are different only if all other validation passes
- Strict
getters:
passwordLegal:
- 'True':
- 'IsTrue':
message: 'The password cannot match your username'
groups: [Strict]
properties:
Expand Down

0 comments on commit 5e4e5a7

Please sign in to comment.