Merge pull request #4699 from nikolas/patch-4

docs: grammar fix
This commit is contained in:
Xavier Ordoquy 2016-11-23 16:19:02 +01:00 committed by GitHub
commit 36552eb5fe

View File

@ -159,7 +159,7 @@ If you want the date field to be entirely hidden from the user, then use `Hidden
---
**Note**: The `UniqueFor<Range>Validation` classes always imposes an implicit constraint that the fields they are applied to are always treated as required. Fields with `default` values are an exception to this as they always supply a value even when omitted from user input.
**Note**: The `UniqueFor<Range>Validation` classes impose an implicit constraint that the fields they are applied to are always treated as required. Fields with `default` values are an exception to this as they always supply a value even when omitted from user input.
---