Skip to content

Commit b36037b

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

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
@@ -522,7 +522,7 @@ The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserial
522522
</Parameters>
523523
<Docs>
524524
<param name="value">A <see cref="T:System.Boolean" /> to explicitly convert.</param>
525-
<summary>Defines an explicit conversion of a given <see cref="T:System.Text.Json.Nodes.JsonNode" /> to a <see cref="T:System.Boolean" />.</summary>
525+
<summary>Defines an explicit conversion of a given nullable <see cref="T:System.Text.Json.Nodes.JsonNode" /> to a nullable <see cref="T:System.Boolean" />.</summary>
526526
<returns>A value converted from the <see cref="T:System.Text.Json.Nodes.JsonNode" /> instance.</returns>
527527
<remarks>To be added.</remarks>
528528
</Docs>

0 commit comments

Comments
 (0)