File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FirebaseABTesting/Sources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
return [experimentsToSet copy];
92
92
}
93
93
94
- /// Returns a list of experiments to be clearred given the payloads and current list of
94
+ /// Returns a list of experiments to be cleared given the payloads and current list of
95
95
/// experiments from Firebase Analytics. If an experiment is in experiments but not in payloads, it
96
- /// should be clearred in Firebase Analytics.
96
+ /// should be cleared in Firebase Analytics.
97
97
NSArray *ABTExperimentsToClearFromPayloads(
98
98
NSArray<NSData *> *payloads,
99
99
NSArray<NSDictionary<NSString *, NSString *> *> *experiments,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ NS_SWIFT_NAME(LifecycleEvents)
44
44
// / experiment payload.
45
45
@property(nonatomic, copy) NSString *activateExperimentEventName;
46
46
47
- // / Event name for when an experiment is clearred . It is default to FIRClearExperimentEventName and
47
+ // / Event name for when an experiment is cleared . It is default to FIRClearExperimentEventName and
48
48
// / can be overridden. If experiment payload has a valid string of this field, always use experiment
49
49
// / payload.
50
50
@property(nonatomic, copy) NSString *clearExperimentEventName;
You can’t perform that action at this time.
0 commit comments