8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453f8ce commit 8010ca7Copy full SHA for 8010ca7
xml/System.Text.Json/Utf8JsonReader.xml
@@ -833,7 +833,7 @@ The current depth exceeds the recursive limit set by the maximum depth.
833
834
835
If <xref:System.Text.Json.Utf8JsonReader.HasValueSequence> is `false`, `ValueSequence` is empty.
836
-Therefore, only access `ValueSequence` if <xref:System.Text.Json.Utf8JsonReader.HasValueSequence" /> is `true`.
+Therefore, only access `ValueSequence` if <xref:System.Text.Json.Utf8JsonReader.HasValueSequence> is `true`.
837
Otherwise, the token value must be accessed from <xref:System.Text.Json.Utf8JsonReader.ValueSpan>.
838
839
]]></format>
0 commit comments