We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63de796 commit 49383efCopy full SHA for 49383ef
validation.rst
@@ -519,8 +519,8 @@ of the form fields::
519
Constraint Targets
520
------------------
521
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
+Constraints can be applied to a class property (e.g. ``name``),
+a getter method (e.g. ``getFullName()``) or an entire class. Property constraints
524
are the most common and easy to use. Getter constraints allow you to specify
525
more complex validation rules. Finally, class constraints are intended
526
for scenarios where you want to validate a class as a whole.
0 commit comments