Просмотр исходного кода

Fix typo of the FirebaseABTesting files (#13335)

Seyed Mojtaba Hosseini Zeidabadi 1 год назад
Родитель
Сommit
ee851a6f76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FirebaseABTesting/Sources/FIRExperimentController.m

+ 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 =