Skip to content

Commit ec0ce66

Browse files
Fix <return> method doc for IsFeatureEnabled (#329)
For DOC-2699
1 parent a4c5b57 commit ec0ce66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptimizelySDK/Optimizely.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public Variation GetForcedVariation(string experimentKey, string userId)
511511
/// <param name="featureKey">The feature key</param>
512512
/// <param name="userId">The user ID</param>
513513
/// <param name="userAttributes">The user's attributes.</param>
514-
/// <returns>True if feature is enabled, false or null otherwise</returns>
514+
/// <returns>True if feature is enabled, otherwise false</returns>
515515
public virtual bool IsFeatureEnabled(string featureKey, string userId,
516516
UserAttributes userAttributes = null
517517
)

0 commit comments

Comments
 (0)