From 9f405a45ad65aaeaefd22151dbe37efe35866fcc Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Sun, 18 Aug 2019 18:39:19 +1200 Subject: [PATCH] Fix typo in documentation (#2135) --- Src/Newtonsoft.Json/JsonSerializer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Newtonsoft.Json/JsonSerializer.cs b/Src/Newtonsoft.Json/JsonSerializer.cs index 9370c107..94f1612d 100644 --- a/Src/Newtonsoft.Json/JsonSerializer.cs +++ b/Src/Newtonsoft.Json/JsonSerializer.cs @@ -845,7 +845,7 @@ namespace Newtonsoft.Json } /// - /// Deserializes the JSON structure contained by the specified + /// Deserializes the JSON structure contained by the specified /// into an instance of the specified type. /// /// The containing the object.