Skip to content

Commit 9b06fc1

Browse files
authored
Fix typos in doc comments (#5038)
1 parent ed02cfa commit 9b06fc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseABTesting/Sources/Public/FIRExperimentController.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NS_SWIFT_NAME(ExperimentController)
4848
/// January 1970.).
4949
/// @param payloads List of experiment metadata.
5050
/// @param completionHandler Code to be executed after experiments are updated in the background
51-
/// thread.
51+
/// thread.
5252
- (void)updateExperimentsWithServiceOrigin:(NSString *)origin
5353
events:(FIRLifecycleEvents *)events
5454
policy:(ABTExperimentPayload_ExperimentOverflowPolicy)policy
@@ -69,7 +69,6 @@ NS_SWIFT_NAME(ExperimentController)
6969
/// (Timestamps are specified by the number of seconds from 00:00:00 UTC on 1
7070
/// January 1970.).
7171
/// @param payloads List of experiment metadata.
72-
/// thread.
7372
- (void)updateExperimentsWithServiceOrigin:(NSString *)origin
7473
events:(FIRLifecycleEvents *)events
7574
policy:(ABTExperimentPayload_ExperimentOverflowPolicy)policy

0 commit comments

Comments
 (0)