8000 Fix bad xref (#2343) · shdvr/dotnet-api-docs@8010ca7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8010ca7

Browse files
authored
Fix bad xref (dotnet#2343)
1 parent 453f8ce commit 8010ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/Utf8JsonReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ The current depth exceeds the recursive limit set by the maximum depth.
833833
834834
835835
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`.
836+
Therefore, only access `ValueSequence` if <xref:System.Text.Json.Utf8JsonReader.HasValueSequence> is `true`.
837837
Otherwise, the token value must be accessed from <xref:System.Text.Json.Utf8JsonReader.ValueSpan>.
838838
839839
]]></format>

0 commit comments

Comments
 (0)
0