From 731545de06482f2d83a91c3e129a7901aff2a872 Mon Sep 17 00:00:00 2001 From: Javier Lopez Date: Fri, 22 Jun 2012 13:22:20 +0200 Subject: [PATCH] Fixed type, from repeated twice --- UPGRADE-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index 3389cf0563..7b53e42d55 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -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.