diff --git a/xml/System.Buffers.Text/Utf8Parser.xml b/xml/System.Buffers.Text/Utf8Parser.xml index 95a709ca91a..cfde16b3907 100644 --- a/xml/System.Buffers.Text/Utf8Parser.xml +++ b/xml/System.Buffers.Text/Utf8Parser.xml @@ -71,21 +71,16 @@ The Utf8 string to parse. - When the method returns, contains the value parsed from , if the parsing operation succeeded. + When the method returns, contains the value parsed from , if the parsing operation succeeded. If the parsing operation was successful, contains the length in bytes of the parsed substring when the method returns. If the method fails, is set to 0. - The expected format of the Utf8 string. + The expected format of the Utf8 string. Supported formats are 'G', 'l', and default. Parses a at the start of a Utf8 string. for success; if the string was not syntactically valid or an overflow or underflow occurred.