Skip to content

Commit 0447f56

Browse files
committed
Merge pull request symfony#3123 from bicpi/fix_serializer_typo_and_formatting
[Serializer] Fix class name and formatting
2 parents 29b15b8 + e0c9f06 commit 0447f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Deserializing an Object
104104
~~~~~~~~~~~~~~~~~~~~~~~
105105

106106
Let's see now how to do the exactly the opposite. This time, the information
107-
of the `People` class would be encoded in XML format::
107+
of the ``Person`` class would be encoded in XML format::
108108

109109
$data = <<<EOF
110110
<person>

0 commit comments

Comments
 (0)