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)
145145 *
146146 * This method uses three ways to decide whether automatic data collection is enabled,
147147 * in order of priority:
148- * - If setCrashlyticsCollectionEnabled iscalled with a value, use it
148+ * - If setCrashlyticsCollectionEnabled is called with a value, use it
149149 * - If the FirebaseCrashlyticsCollectionEnabled key is in your app's Info.plist, use it
150150 * - Otherwise, use the default isDataCollectionDefaultEnabled in FIRApp
151151 */
@@ -171,7 +171,7 @@ NS_SWIFT_NAME(Crashlytics)
171171 NS_SWIFT_NAME(checkForUnsentReports(completion:));
172172
173173/**
174- * Enqueues any unsent reports on the device to upload to Crashlytics.
174+ * Enqueues any unsent reports on the device to upload to Crashlytics.
175175 *
176176 * This method only applies if automatic data collection is disabled.
177177 *
You can’t perform that action at this time.
0 commit comments