Skip to content

Commit 6f26ae9

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

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
@@ -1428,7 +1428,7 @@ The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserial
14281428
</Parameters>
14291429
<Docs>
14301430
<param name="value">A <see cref="T:System.Boolean" /> to explicitly convert.</param>
1431-
<summary>Defines an implicit conversion of a given <see cref="T:System.Text.Json.Nodes.JsonNode" /> to a <see cref="T:System.Boolean" />.</summary>
1431+
<summary>Defines an implicit conversion of a specified nullable <see cref="T:System.Boolean" /> to a nullable <see cref="T:System.Text.Json.Nodes.JsonNode" />.</summary>
14321432
<returns>A <see cref="T:System.Text.Json.Nodes.JsonNode" /> instance converted from the <paramref name="value" /> parameter.</returns>
14331433
<remarks>To be added.</remarks>
14341434
</Docs>

0 commit comments

Comments
 (0)