Skip to content

Commit 6887d7f

Browse files
Update xml/System.Text.Json.Nodes/JsonNode.xml
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
1 parent a675324 commit 6887d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json.Nodes/JsonNode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserial
496496
</Parameters>
497497
<Docs>
498498
<param name="value">A <see cref="T:System.Int64" /> to explicitly convert.</param>
499-
<summary>Defines an explicit conversion of a given <see cref="T:System.Text.Json.Nodes.JsonNode" /> to a <see cref="T:System.Int64" />.</summary>
499+
<summary>Defines an explicit conversion of a given <see cref="T:System.Text.Json.Nodes.JsonNode" /> to an <see cref="T:System.Int64" />.</summary>
500500
<returns>A value converted from the <see cref="T:System.Text.Json.Nodes.JsonNode" /> instance.</returns>
501501
<remarks>To be added.</remarks>
502502
</Docs>

0 commit comments

Comments
 (0)