Skip to content

Commit 00d6a67

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

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
@@ -1142,7 +1142,7 @@ The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserial
11421142
</Parameters>
11431143
<Docs>
11441144
<param name="value">A <see cref="T:System.Boolean" /> to explicitly convert.</param>
1145-
<summary>Defines an implicit conversion of a given <see cref="T:System.Text.Json.Nodes.JsonNode" /> to a <see cref="T:System.Boolean" />.</summary>
1145+
<summary>Defines an implicit conversion of a given <see cref="T:System.Boolean" /> to a <see cref="T:System.Text.Json.Nodes.JsonNode" />.</summary>
11461146
<returns>A <see cref="T:System.Text.Json.Nodes.JsonNode" /> instance converted from the <paramref name="value" /> parameter.</returns>
11471147
<remarks>To be added.</remarks>
11481148
</Docs>

0 commit comments

Comments
 (0)