From a38cfa3763aee84a738b094a9114c416d2b437f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20L=C3=A9v=C3=AAque?= Date: Tue, 7 Feb 2012 10:25:10 +0100 Subject: [PATCH] [Serializer] Fix typo --- .../Component/Serializer/Normalizer/DenormalizableInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php b/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php index 62cc10594e..f9aa453119 100644 --- a/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php +++ b/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php @@ -24,7 +24,7 @@ interface DenormalizableInterface /** * Denormalizes the object back from an array of scalars|arrays. * - * It is important to understand that the normalize() call should denormalize + * It is important to understand that the denormalize() call should denormalize * recursively all child objects of the implementor. * * @param DenormalizerInterface $denormalizer The denormalizer is given so that you