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/Utf8JsonWriter.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -720,8 +720,8 @@ The property name is escaped before writing.
720
720
</Parameters>
721
721
<Docs>
722
722
<paramname="propertyName">The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.</param>
723
-
<paramname="value">The value to be written as a JSON literal "true" or "false" as part of the name/value pair.</param>
724
-
<summary>Writes the pre-encoded property name and <seecref="T:System.Boolean" /> value (as a JSON literal "true" or "false") as part of a name/value pair of a JSON object.</summary>
723
+
<paramname="value">The value to be written as a JSON literal <b>true</b> or <b>false</b> as part of the name/value pair.</param>
724
+
<summary>Writes the pre-encoded property name and <seecref="T:System.Boolean" /> value (as a JSON literal <b>true</b> or <b>false</b>) as part of a name/value pair of a JSON object.</summary>
0 commit comments