Skip to content

Commit e6c5213

Browse files
author
Ron Petrusha
authored
Fixed broken links (#2523)
1 parent cb6bc70 commit e6c5213

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Text.Json/JsonDocument.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This class utilizes resources from pooled memory to minimize the impact of the g
7878
<remarks>
7979
<format><![CDATA[
8080
81-
The <xref:T:System.Buffers.ReadOnlySequence`1> may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
81+
The <xref:System.Buffers.ReadOnlySequence%601> may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
8282
8383
Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must not be present.
8484
@@ -150,7 +150,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
150150
<remarks>
151151
<format><![CDATA[
152152
153-
The <xref:T:System.ReadOnlyMemory`1> value will be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
153+
The <xref:System.ReadOnlyMemory%601> value will be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
154154
155155
Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must not be present.
156156
@@ -190,7 +190,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
190190
<remarks>
191191
<format><![CDATA[
192192
193-
The <xref:T:System.ReadOnlyMemory`1> value may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
193+
The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
194194
195195
]]></format>
196196
</remarks>
@@ -292,7 +292,7 @@ The <xref:T:System.ReadOnlyMemory`1> value may be used for the entire lifetime o
292292
<remarks>
293293
<format><![CDATA[
294294
295-
If the <xref:System.Text.Json.Utf8JsonReader.TokenType> property of `reader` is <xref:System.Text.Json.JsonTokenType.PropertyName> or <xref:System.Text.Json.JsonTokenType.None?displayProperty=nameWithType>, the reader will advance by one call to <xref:System.Text.Json.Utf8JsonReader.Read?displayProperty=nameWithType> to determine the start of the value.
295+
If the <xref:System.Text.Json.Utf8JsonReader.TokenType> property of `reader` is <xref:System.Text.Json.JsonTokenType.PropertyName?displayProperty=nameWithType> or <xref:System.Text.Json.JsonTokenType.None?displayProperty=nameWithType>, the reader will advance by one call to <xref:System.Text.Json.Utf8JsonReader.Read?displayProperty=nameWithType> to determine the start of the value.
296296
297297
Upon completion of this method, `reader` is positioned at the final token in the JSON value. If an exception is thrown, the reader is reset to
298298
the state it was in when the method was called.

0 commit comments

Comments
 (0)