Skip to content

Commit f86b1ad

Browse files
authored
chore: fix code doc typos (#6363)
1 parent b97d4b0 commit f86b1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)