Skip to content

Commit 3f7253a

Browse files
Denis Gorbachevweaverryan
Denis Gorbachev
authored andcommitted
Fixed a typo
1 parent 0746fcb commit 3f7253a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/validation/custom_constraint.rst

+1-1
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)