Skip to content

Commit c298f3d

Browse files
authored
Fix typo in SerializeTypeNameHandling sample (#2428)
1 parent a222c8b commit c298f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/Samples/Serializer/SerializeTypeNameHandling.aml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
44
<introduction>
55
<para>This sample uses the <codeEntityReference>T:Newtonsoft.Json.TypeNameHandling</codeEntityReference>
6-
setting to include type information when serializing JSON and read type information so that the create types are created when deserializing JSON.</para>
6+
setting to include type information when serializing JSON and read type information so that the correct types are created when deserializing JSON.</para>
77
</introduction>
88
<section>
99
<title>Sample</title>
@@ -13,4 +13,4 @@
1313
</content>
1414
</section>
1515
</developerConceptualDocument>
16-
</topic>
16+
</topic>

0 commit comments

Comments
 (0)