File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Crashlytics/Crashlytics/Public/FirebaseCrashlytics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ NS_SWIFT_NAME(Crashlytics)
145
145
*
146
146
* This method uses three ways to decide whether automatic data collection is enabled,
147
147
* in order of priority:
148
- * - If setCrashlyticsCollectionEnabled iscalled with a value, use it
148
+ * - If setCrashlyticsCollectionEnabled is called with a value, use it
149
149
* - If the FirebaseCrashlyticsCollectionEnabled key is in your app's Info.plist, use it
150
150
* - Otherwise, use the default isDataCollectionDefaultEnabled in FIRApp
151
151
*/
@@ -171,7 +171,7 @@ NS_SWIFT_NAME(Crashlytics)
171
171
NS_SWIFT_NAME(checkForUnsentReports(completion:));
172
172
173
173
/**
174
- * Enqueues any unsent reports on the device to upload to Crashlytics.
174
+ * Enqueues any unsent reports on the device to upload to Crashlytics.
175
175
*
176
176
* This method only applies if automatic data collection is disabled.
177
177
*
You can’t perform that action at this time.
0 commit comments