Skip to content

Commit 2e64b40

Browse files
authored
Remove "byte" in the phrase "single JSON byte value"
This seems to be introduced in error.
1 parent 0470ed9 commit 2e64b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json/JsonDocument.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For more information, see [How to use the JSON DOM, Utf8JsonReader, and Utf8Json
8787
<Docs>
8888
<param name="utf8Json">The JSON text to parse.</param>
8989
<param name="options">Options to control the reader behavior during parsing.</param>
90-
<summary>Parses a sequence as UTF-8-encoded text representing a single JSON byte value into a JsonDocument.</summary>
90+
<summary>Parses a sequence as UTF-8-encoded text representing a single JSON value into a JsonDocument.</summary>
9191
<returns>A JsonDocument representation of the JSON value.</returns>
9292
<remarks>
9393
<format><![CDATA[
@@ -164,7 +164,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
164164
<Docs>
165165
<param name="utf8Json">The JSON text to parse.</param>
166166
<param name="options">Options to control the reader behavior during parsing.</param>
167-
<summary>Parses memory as UTF-8-encoded text representing a single JSON byte value into a JsonDocument.</summary>
167+
<summary>Parses memory as UTF-8-encoded text representing a single JSON value into a JsonDocument.</summary>
168168
<returns>A JsonDocument representation of the JSON value.</returns>
169169
<remarks>
170170
<format><![CDATA[

0 commit comments

Comments
 (0)