Skip to content

Commit 3afa1da

Browse files
authored
Bold JSON literals
1 parent 889eaf6 commit 3afa1da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.Text.Json/JsonTokenType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</ReturnValue>
9595
<MemberValue>9</MemberValue>
9696
<Docs>
97-
<summary>The token type is the JSON literal "false".</summary>
97+
<summary>The token type is the JSON literal <b>false</b>.</summary>
9898
</Docs>
9999
</Member>
100100
<Member MemberName="None">

xml/System.Text.Json/Utf8JsonWriter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,8 @@ The property name is escaped before writing.
720720
</Parameters>
721721
<Docs>
722722
<param name="propertyName">The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.</param>
723-
<param name="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 <see cref="T:System.Boolean" /> value (as a JSON literal "true" or "false") as part of a name/value pair of a JSON object.</summary>
723+
<param name="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 <see cref="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>
725725
<remarks>
726726
<format type="text/markdown">
727727
<![CDATA[

0 commit comments

Comments
 (0)