Skip to content

Commit ee1c8fb

Browse files
committed
Update the "get_holdouts_for_flag" comment
1 parent fbe1cfb commit ee1c8fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/optimizely/config/datafile_project_config.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,8 @@ def rollout_experiment?(experiment_id)
638638
def get_holdouts_for_flag(flag_id)
639639
# Helper method to get holdouts from an applied feature flag
640640
#
641-
# flag_id - ID of the feature flag
641+
# flag_id - (REQUIRED) ID of the feature flag
642+
# This parameter is required and should not be null/nil
642643
#
643644
# Returns the holdouts that apply for a specific flag
644645

0 commit comments

Comments
 (0)