Fix typo in SerializeTypeNameHandling sample (#2428)

This commit is contained in:
James Newton-King
2020-11-20 16:47:03 +13:00
committed by GitHub
parent a222c8b69c
commit c298f3d6a2

View File

@@ -3,7 +3,7 @@
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>This sample uses the <codeEntityReference>T:Newtonsoft.Json.TypeNameHandling</codeEntityReference>
setting to include type information when serializing JSON and read type information so that the create types are created when deserializing JSON.</para>
setting to include type information when serializing JSON and read type information so that the correct types are created when deserializing JSON.</para>
</introduction>
<section>
<title>Sample</title>
@@ -13,4 +13,4 @@
</content>
</section>
</developerConceptualDocument>
</topic>
</topic>