Skip to content

Commit e196386

Browse files
carlossanlopmairaw
authored andcommitted
Document System.Text.Json.JsonDocument (#2907)
* Document System.Text.Json.JsonDocument * fixed bad cref
1 parent cf3cd4a commit e196386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Text.Json/JsonDocument.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This class utilizes resources from pooled memory to minimize the impact of the g
4848
</ReturnValue>
4949
<Parameters />
5050
<Docs>
51-
<summary>To be added.</summary>
51+
<summary>Releases the resources used by this <see cref="T:System.Text.Json.JsonDocument" /> instance.</summary>
5252
<remarks>To be added.</remarks>
5353
</Docs>
5454
</Member>
@@ -322,7 +322,7 @@ This method makes a copy of the data the reader acted on, so there is no caller
322322
</ReturnValue>
323323
<Docs>
324324
<summary>Gets the root element of this JSON document.</summary>
325-
<value>To be added.</value>
325+
<value>A <see cref="T:System.Text.Json.JsonElement" /> representing the value of the document.</value>
326326
<remarks>To be added.</remarks>
327327
</Docs>
328328
</Member>
@@ -372,4 +372,4 @@ This method makes a copy of the data the reader acted on, so there is no caller
372372
</Docs>
373373
</Member>
374374
</Members>
375-
</Type>
375+
</Type>

0 commit comments

Comments
 (0)