Browse Source

Fixed docs typo

Jordi Boggiano 14 years ago
parent
commit
7a06421cb1

+ 1 - 1
src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php

@@ -14,7 +14,7 @@ use Symfony\Component\Serializer\SerializerInterface;
  */
 
 /**
- * Defines the interface of serializers
+ * Defines the interface of normalizers.
  *
  * @author Jordi Boggiano <j.boggiano@seld.be>
  */