Fix typo in documentation (#2135)

This commit is contained in:
James Newton-King
2019-08-18 18:39:19 +12:00
committed by GitHub
parent 84b5c15eab
commit 9f405a45ad
+1 -1
View File
@@ -845,7 +845,7 @@ namespace Newtonsoft.Json
}
/// <summary>
/// Deserializes the JSON structure contained by the specified <see cref="StringReader"/>
/// Deserializes the JSON structure contained by the specified <see cref="TextReader"/>
/// into an instance of the specified type.
/// </summary>
/// <param name="reader">The <see cref="TextReader"/> containing the object.</param>