Commit efdde04
committed
bug #6552 Typo fix in the Serializer deserialization example for existing object (fre5h)
This PR was merged into the 2.7 branch.
Discussion
----------
Typo fix in the Serializer deserialization example for existing object
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.7+
| Fixed tickets | N/A
Just found a small typo in the comment with result values of deserialization. As the init value of the `age` of the `person` is 99, then after deserializing the existing `person` object it is 69. But in comment it is still 99 `// $jsonContent contains {"name":"foo","age":99,"sportsman":false}`
Commits
-------
44ecd19 Typo fix in the Serializer deserialization example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments