diff --git a/xml/System.Text.Json/Utf8JsonWriter.xml b/xml/System.Text.Json/Utf8JsonWriter.xml index 356c6b3465a..816495c0990 100644 --- a/xml/System.Text.Json/Utf8JsonWriter.xml +++ b/xml/System.Text.Json/Utf8JsonWriter.xml @@ -32,8 +32,6 @@ A method that attempts to write invalid JSON when validation is enabled throws a with a context-specific error message. -Since this type is a ref struct, it does not directly support async. However, it does provide support for reentrancy to write partial data and to continue writing in chunks. - To be able to format the output with indentation and white space OR to skip validation, create an instance of and pass it in to the writer. ]]>