From e94b592b552c59dc785860ca188f84f83ed51863 Mon Sep 17 00:00:00 2001 From: Mike Chu Date: Tue, 21 Feb 2023 17:24:24 -0500 Subject: [PATCH] Fix method doc for IsFeatureEnabled For DOC-2699 --- OptimizelySDK/Optimizely.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptimizelySDK/Optimizely.cs b/OptimizelySDK/Optimizely.cs index 5a81a98e..552bbc6b 100644 --- a/OptimizelySDK/Optimizely.cs +++ b/OptimizelySDK/Optimizely.cs @@ -511,7 +511,7 @@ public Variation GetForcedVariation(string experimentKey, string userId) /// The feature key /// The user ID /// The user's attributes. - /// True if feature is enabled, false or null otherwise + /// True if feature is enabled, otherwise false public virtual bool IsFeatureEnabled(string featureKey, string userId, UserAttributes userAttributes = null )