Skip to content

Commit 2c90fdd

Browse files
authored
Removing line break before <![CDATA[ (dotnet#5402)
1 parent 6e24cbf commit 2c90fdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System/Enum.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,8 +1119,7 @@
11191119
<returns>
11201120
<see langword="true" /> if the bit field or bit fields that are set in <paramref name="flag" /> are also set in the current instance; otherwise, <see langword="false" />.</returns>
11211121
<remarks>
1122-
<format type="text/markdown">
1123-
<![CDATA[
1122+
<format type="text/markdown"><![CDATA[
11241123
11251124
## Remarks
11261125
The <xref:System.Enum.HasFlag%2A> method returns the result of the following Boolean expression.

0 commit comments

Comments
 (0)