Skip to content

Commit edc33a8

Browse files
committed
Update serializer.rst
fixed misprint
1 parent 95de32a commit edc33a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ like the following::
185185

186186
use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory;
187187
// For annotations
188-
usr Doctrine\Common\Annotations\AnnotationReader;
188+
use Doctrine\Common\Annotations\AnnotationReader;
189189
use Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader;
190190
// For XML
191191
// use Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader;

0 commit comments

Comments
 (0)