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
@@ -1428,7 +1428,7 @@ The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserial
1428
1428
</Parameters>
1429
1429
<Docs>
1430
1430
<paramname="value">A <seecref="T:System.Boolean" /> to explicitly convert.</param>
1431
-
<summary>Defines an implicit conversion of a given <seecref="T:System.Text.Json.Nodes.JsonNode" /> to a <seecref="T:System.Boolean" />.</summary>
1431
+
<summary>Defines an implicit conversion of a specified nullable <seecref="T:System.Boolean" /> to a nullable <seecref="T:System.Text.Json.Nodes.JsonNode" />.</summary>
1432
1432
<returns>A <seecref="T:System.Text.Json.Nodes.JsonNode" /> instance converted from the <paramrefname="value" /> parameter.</returns>
0 commit comments