Skip to content

Commit 22e3305

Browse files
committed
Merge branch '2.0' into 2.1
2 parents 281b6ce + 3f7253a commit 22e3305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Creating the Validator itself
3838
-----------------------------
3939

4040
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
41+
performed by another "constraint validator" class. The constraint validator
4242
class is specified by the constraint's ``validatedBy()`` method, which
4343
includes some simple default logic::
4444

0 commit comments

Comments
 (0)