merged branch benji07/patch-1 (PR #3289)

Commits
-------

a38cfa3 [Serializer] Fix typo

Discussion
----------

[Serializer] Fix typo in comments
This commit is contained in:
Fabien Potencier 2012-02-09 07:26:49 +01:00
commit 1e3028d0d7
1 changed files with 1 additions and 1 deletions

View File

@ -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