Przeglądaj źródła

Fix typo of the FirebaseABTesting files (#13335)

Seyed Mojtaba Hosseini Zeidabadi 1 rok temu
rodzic
commit
ee851a6f76

+ 1 - 1
FirebaseABTesting/Sources/FIRExperimentController.m

@@ -191,7 +191,7 @@ NSArray *ABTExperimentsToClearFromPayloads(
   ABTConditionalUserPropertyController *controller =
       [ABTConditionalUserPropertyController sharedInstanceWithAnalytics:_analytics];
 
-  // Get the list of expriments from Firebase Analytics.
+  // Get the list of experiments from Firebase Analytics.
   NSArray *experiments = [controller experimentsWithOrigin:origin];
   if (!experiments) {
     NSString *errorDescription =