From c298f3d6a261db76cd2a1e45d8d41bbbd386a749 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Fri, 20 Nov 2020 16:47:03 +1300 Subject: [PATCH] Fix typo in SerializeTypeNameHandling sample (#2428) --- Doc/Samples/Serializer/SerializeTypeNameHandling.aml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Samples/Serializer/SerializeTypeNameHandling.aml b/Doc/Samples/Serializer/SerializeTypeNameHandling.aml index 79eda1e9..f3424165 100644 --- a/Doc/Samples/Serializer/SerializeTypeNameHandling.aml +++ b/Doc/Samples/Serializer/SerializeTypeNameHandling.aml @@ -3,7 +3,7 @@ This sample uses the T:Newtonsoft.Json.TypeNameHandling - setting to include type information when serializing JSON and read type information so that the create types are created when deserializing JSON. + setting to include type information when serializing JSON and read type information so that the correct types are created when deserializing JSON.
Sample @@ -13,4 +13,4 @@
- \ No newline at end of file +