Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Fix typo in SerializeTypeNameHandling sample (JamesNK#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Nov 20, 2020
1 parent a222c8b commit c298f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/Samples/Serializer/SerializeTypeNameHandling.aml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -13,4 +13,4 @@
</content>
</section>
</developerConceptualDocument>
</topic>
</topic>

0 comments on commit c298f3d

Please sign in to comment.