From e0c9f061071405d7e8fbc5106a9390108961c723 Mon Sep 17 00:00:00 2001
From: Philipp Rieber
Date: Tue, 29 Oct 2013 07:44:32 +0100
Subject: [PATCH] [Serializer] Fix typo and formatting
---
components/serializer.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/serializer.rst b/components/serializer.rst
index c6740878841..b13270f74ea 100644
--- a/components/serializer.rst
+++ b/components/serializer.rst
@@ -104,7 +104,7 @@ Deserializing an Object
~~~~~~~~~~~~~~~~~~~~~~~
Let's see now how to do the exactly the opposite. This time, the information
-of the `People` class would be encoded in XML format::
+of the ``Person`` class would be encoded in XML format::
$data = <<