Skip to content

Commit 435ebb4

Browse files
authored
Update custom_constraint.rst
grammar fix
1 parent 10eb014 commit 435ebb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ define those options as public properties on the constraint class::
323323
}
324324

325325
Then, inside the validator class you can access these options directly via the
326-
constraint class passes to the ``validate()`` method::
326+
constraint class passed to the ``validate()`` method::
327327

328328
class FooValidator extends ConstraintValidator
329329
{

0 commit comments

Comments
 (0)