Skip to content

Commit a7cba83

Browse files
pulzarraiderweaverryan
authored andcommitted
Fix small typo in book/validation.rst
1 parent d953f46 commit a7cba83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ constraint, have several configuration options available. Suppose that the
371371
372372
// ...
373373
use Symfony\Component\Validator\Mapping\ClassMetadata;
374-
use Symfony\Component\Validator\Constraints\NotBlank;
374+
use Symfony\Component\Validator\Constraints\Choice;
375375
376376
class Author
377377
{

0 commit comments

Comments
 (0)