Fixed type, from repeated twice

This commit is contained in:
Javier Lopez 2012-06-22 13:22:20 +02:00
parent 0d4b02e452
commit 731545de06
1 changed files with 1 additions and 1 deletions

View File

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