diff --git a/xml/System.Text.Json/JsonCommentHandling.xml b/xml/System.Text.Json/JsonCommentHandling.xml index 50e5e0a4d03..6f1b4f71b1a 100644 --- a/xml/System.Text.Json/JsonCommentHandling.xml +++ b/xml/System.Text.Json/JsonCommentHandling.xml @@ -54,7 +54,7 @@ 0 - Doesn't allow comments within the JSON input. Comments are treated as invalid JSON if found, and a is thrown. This is the default value. + Doesn't allow comments within the JSON input. Comments are treated as invalid JSON if found, and a is thrown. This is the default value. diff --git a/xml/System.Text.Json/JsonReaderOptions.xml b/xml/System.Text.Json/JsonReaderOptions.xml index 4544c949f0e..d4867f970bb 100644 --- a/xml/System.Text.Json/JsonReaderOptions.xml +++ b/xml/System.Text.Json/JsonReaderOptions.xml @@ -72,7 +72,7 @@ ## Remarks -By default, the reader throws a if it encounters a comment. +By default, the reader throws a if it encounters a comment. ]]> diff --git a/xml/System.Text.Json/Utf8JsonReader.xml b/xml/System.Text.Json/Utf8JsonReader.xml index 5060b288acc..1570b567cef 100644 --- a/xml/System.Text.Json/Utf8JsonReader.xml +++ b/xml/System.Text.Json/Utf8JsonReader.xml @@ -27,7 +27,7 @@ `Utf8JsonReader` processes the text sequentially with no caching and by default adheres strictly to the [JSON RFC](https://tools.ietf.org/html/rfc8259). -When `Utf8JsonReader` encounters invalid JSON, it throws a with basic error information like line number and byte position on the line. +When `Utf8JsonReader` encounters invalid JSON, it throws a with basic error information like line number and byte position on the line. Since this type is a ref struct, it doesn't directly support async. However, it does provide support for reentrancy to read incomplete data and to continue reading once more data is presented.