Skip to content

Commit 431f928

Browse files
Update FeatureSwitchDefinitionAttribute.xml
1 parent ffc0d60 commit 431f928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
corresponds to the feature switch specified by name.</para>
3232
</summary>
3333
<remarks>
34-
<para>
35-
<format type="text/markdown"><![CDATA[
34+
<format type="text/markdown"><![CDATA[
3635
IL rewriters and compilers can use this attribute to substitute the return value of the specified property with the value of the feature switch.
3736
3837
The value of the feature switch can only be specified at the application level and affects the entire application. It is possible to get into situations where one library that is part of the application requires the feature switch to be turned on, but has no way to communicate this to the application author.

0 commit comments

Comments
 (0)