From abbbedb9254f6bd91a464e02961aed324d37aea1 Mon Sep 17 00:00:00 2001 From: Robert Haken Date: Thu, 24 Apr 2025 00:48:04 +0200 Subject: [PATCH] FeatureSwitchDefinitionAttribute docs - target property does not have to be public --- .../CodeAnalysis/FeatureSwitchDefinitionAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. /// ///