Skip to content

Commit c733321

Browse files
authored
Code fence True and False strings (dotnet#5450)
1 parent 64710f5 commit c733321

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/Boolean.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ This method overrides <xref:System.Object.Equals%2A>.
576576
577577
## Remarks
578578
579-
This field is equal to the string "False".
579+
This field is equal to the string `"False"`.
580580
581-
The <xref:System.Boolean.FalseString> property defines the string representation of a `False` <xref:System.Boolean> value in formatting and parsing operations.
581+
The <xref:System.Boolean.FalseString> property defines the string representation of a `false` <xref:System.Boolean> value in formatting and parsing operations.
582582
583583
]]></format>
584584
</remarks>
@@ -1902,9 +1902,9 @@ The `provider` parameter is reserved. It does not participate in the execution o
19021902
19031903
## Remarks
19041904
1905-
This field is equal to the string "True".
1905+
This field is equal to the string `"True"`.
19061906
1907-
The <xref:System.Boolean.TrueString> property defines the string representation of a `True` <xref:System.Boolean> value in formatting and parsing operations.
1907+
The <xref:System.Boolean.TrueString> property defines the string representation of a `true` <xref:System.Boolean> value in formatting and parsing operations.
19081908
19091909
]]></format>
19101910
</remarks>

0 commit comments

Comments
 (0)