merged branch ajessu/patch-1 (PR #4210)

Commits
-------

251b93c Corrected typo on upgrade document

Discussion
----------

Corrected typo on upgrade document

s/craeted/created on Upgrade document
This commit is contained in:
Fabien Potencier 2012-05-06 13:28:45 +02:00
commit ff7c475776

View File

@ -618,7 +618,7 @@
### Serializer
* The key names craeted by the `GetSetMethodNormalizer` have changed from
* The key names created by the `GetSetMethodNormalizer` have changed from
from all lowercased to camelCased (e.g. `mypropertyvalue` to `myPropertyValue`).
* The `item` element is now converted to an array when deserializing XML.