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.
2 parents 281b6ce + 3f7253a commit 22e3305Copy full SHA for 22e3305
cookbook/validation/custom_constraint.rst
@@ -38,7 +38,7 @@ Creating the Validator itself
38
-----------------------------
39
40
As you can see, a constraint class is fairly minimal. The actual validation is
41
-performed by a another "constraint validator" class. The constraint validator
+performed by another "constraint validator" class. The constraint validator
42
class is specified by the constraint's ``validatedBy()`` method, which
43
includes some simple default logic::
44
0 commit comments