Skip to content

Commit 6620c85

Browse files
authored
Fix a typo (#3576)
1 parent 2c76a27 commit 6620c85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FirebaseABTesting/Sources/FIRExperimentController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
return [experimentsToSet copy];
9292
}
9393
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
9595
/// 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.
9797
NSArray *ABTExperimentsToClearFromPayloads(
9898
NSArray<NSData *> *payloads,
9999
NSArray<NSDictionary<NSString *, NSString *> *> *experiments,

FirebaseABTesting/Sources/Public/FIRLifecycleEvents.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ NS_SWIFT_NAME(LifecycleEvents)
4444
/// experiment payload.
4545
@property(nonatomic, copy) NSString *activateExperimentEventName;
4646

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
4848
/// can be overridden. If experiment payload has a valid string of this field, always use experiment
4949
/// payload.
5050
@property(nonatomic, copy) NSString *clearExperimentEventName;

0 commit comments

Comments
 (0)