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
)