Skip to content

Commit 49383ef

Browse files
Update validation.rst
1 parent 63de796 commit 49383ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ of the form fields::
519519
Constraint Targets
520520
------------------
521521

522-
Constraints can be applied to a class property (e.g. ``name``), a
523-
getter method (e.g. ``getFullName()``) or an entire class. Property constraints
522+
Constraints can be applied to a class property (e.g. ``name``),
523+
a getter method (e.g. ``getFullName()``) or an entire class. Property constraints
524524
are the most common and easy to use. Getter constraints allow you to specify
525525
more complex validation rules. Finally, class constraints are intended
526526
for scenarios where you want to validate a class as a whole.

0 commit comments

Comments
 (0)