diff --git a/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureSwitchDefinitionAttribute.cs b/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureSwitchDefinitionAttribute.cs index 2089d87ef5d06f..3f775f8ca4f893 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureSwitchDefinitionAttribute.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureSwitchDefinitionAttribute.cs @@ -4,7 +4,7 @@ namespace System.Diagnostics.CodeAnalysis { /// - /// Indicates that the specified public static boolean get-only property + /// Indicates that the specified static boolean get-only property /// corresponds to the feature switch specified by name. /// ///