Skip to content

Commit 34d1594

Browse files
committed
Minor tweak
1 parent 84a9a57 commit 34d1594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation/custom_constraint.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ class to simplify writing unit tests for your custom constraints::
552552
Compound Constraints
553553
~~~~~~~~~~~~~~~~~~~~
554554

555-
Let's say you create a compound constraint that checks if a string meets
556-
your minimum requirements for your password policy::
555+
Consider the following compound constraint that checks if a string meets
556+
the minimum requirements for your password policy::
557557

558558
// src/Validator/PasswordRequirements.php
559559
namespace App\Validator;

0 commit comments

Comments
 (0)