From edc33a8c0f4cd8395f15a9d69bd8a1e2eefc365c Mon Sep 17 00:00:00 2001 From: mantulo Date: Fri, 19 Jun 2015 11:37:45 +0600 Subject: [PATCH] Update serializer.rst fixed misprint --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;