Skip to content

Commit 3439aaf

Browse files
committed
[symfony#2083] Fixing slight typo thanks to @l3l0
1 parent 28c1351 commit 3439aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Blank.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ of an ``Author`` class were blank, you could do the following:
6868
{
6969
public static function loadValidatorMetadata(ClassMetadata $metadata)
7070
{
71-
$metadata->addPropertyConstraint('firstName', new Assetc\Blank());
71+
$metadata->addPropertyConstraint('firstName', new Assert\Blank());
7272
}
7373
}
7474

0 commit comments

Comments
 (0)