diff --git a/Src/Newtonsoft.Json/Serialization/CamelCasePropertyNamesContractResolver.cs b/Src/Newtonsoft.Json/Serialization/CamelCasePropertyNamesContractResolver.cs index ba336e00..955a4235 100644 --- a/Src/Newtonsoft.Json/Serialization/CamelCasePropertyNamesContractResolver.cs +++ b/Src/Newtonsoft.Json/Serialization/CamelCasePropertyNamesContractResolver.cs @@ -66,7 +66,7 @@ namespace Newtonsoft.Json.Serialization throw new ArgumentNullException(nameof(type)); } - // for backwards compadibility the CamelCasePropertyNamesContractResolver shares contracts between instances + // for backwards compatibility the CamelCasePropertyNamesContractResolver shares contracts between instances StructMultiKey key = new StructMultiKey(GetType(), type); Dictionary, JsonContract>? cache = _contractCache; if (cache == null || !cache.TryGetValue(key, out JsonContract? contract)) @@ -94,4 +94,4 @@ namespace Newtonsoft.Json.Serialization return NameTable; } } -} \ No newline at end of file +}