diff --git a/components/serializer.rst b/components/serializer.rst index eca1925cb0a..1ac933f0967 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -185,7 +185,7 @@ like the following:: use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory; // For annotations - usr Doctrine\Common\Annotations\AnnotationReader; + use Doctrine\Common\Annotations\AnnotationReader; use Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader; // For XML // use Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader;