Skip to content

Commit a675324

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

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
@@ -235,7 +235,7 @@ The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserial
235235
<Parameter Name="value" Type="System.Text.Json.Nodes.JsonNode" />
236236
</Parameters>
237237
<Docs>
238-
<param name="value">A <see cref="T:System.Boolean" /> to explicitly convert.</param>
238+
<param name="value">A <see cref="T:System.Text.Json.Nodes.JsonNode" /> to explicitly convert.</param>
239239
<summary>Defines an explicit conversion of a given <see cref="T:System.Text.Json.Nodes.JsonNode" /> to a <see cref="T:System.Boolean" />.</summary>
240240
<returns>A value converted from the <see cref="T:System.Text.Json.Nodes.JsonNode" /> instance.</returns>
241241
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)