You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Text.Json.Nodes/JsonNode.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -522,7 +522,7 @@ The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserial
522
522
</Parameters>
523
523
<Docs>
524
524
<paramname="value">A <seecref="T:System.Boolean" /> to explicitly convert.</param>
525
-
<summary>Defines an explicit conversion of a given <seecref="T:System.Text.Json.Nodes.JsonNode" /> to a <seecref="T:System.Boolean" />.</summary>
525
+
<summary>Defines an explicit conversion of a given nullable <seecref="T:System.Text.Json.Nodes.JsonNode" /> to a nullable <seecref="T:System.Boolean" />.</summary>
526
526
<returns>A value converted from the <seecref="T:System.Text.Json.Nodes.JsonNode" /> instance.</returns>
0 commit comments