Skip to content

Commit fbe4611

Browse files
authored
Update JsonSerializerOptions.xml (#4983)
1 parent c38b5b1 commit fbe4611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json/JsonSerializerOptions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
357357
<Docs>
358358
<summary>Gets or sets a value that determines whether <see langword="null" /> values are ignored during serialization and deserialization. The default value is <see langword="false" />.</summary>
359359
<value>
360-
<see langword="true" /> to ignore null values during serialization and deserialization; otherwise, see langword="false" /&gt;.</value>
360+
<see langword="true" /> to ignore null values during serialization and deserialization; otherwise, <see langword="false" />.</value>
361361
<remarks>
362362
<format type="text/markdown"><![CDATA[
363363
@@ -458,7 +458,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
458458
<ReturnType>System.Boolean</ReturnType>
459459
</ReturnValue>
460460
<Docs>
461-
<summary>Determines whether fields are handled serialization and deserialization.
461+
<summary>Determines whether fields are handled during serialization and deserialization.
462462
The default value is <see langword="false" />.</summary>
463463
<value>To be added.</value>
464464
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)