[Serializer] Fix typo

This commit is contained in:
Benjamin Lévêque 2012-02-07 10:25:10 +01:00
parent 5676a91b8d
commit a38cfa3763

View File

@ -24,7 +24,7 @@ interface DenormalizableInterface
/** /**
* Denormalizes the object back from an array of scalars|arrays. * 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. * recursively all child objects of the implementor.
* *
* @param DenormalizerInterface $denormalizer The denormalizer is given so that you * @param DenormalizerInterface $denormalizer The denormalizer is given so that you