Skip to content

Commit f2184b8

Browse files
authored
Fix crashlytics code docs (#13747)
1 parent 8fffe26 commit f2184b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Crashlytics/Crashlytics/Components/FIRCLSApplication.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ NSString* FIRCLSApplicationGetSDKBundleID(void);
4444
/**
4545
* Returns the platform identifier, either: ios, mac, or tvos.
4646
* Catalyst apps are treated as mac.
47-
* This is a legacy function, for platform identificaiton please use
47+
* This is a legacy function, for platform identification please use
4848
* FIRCLSApplicationGetFirebasePlatform.
4949
*/
5050
NSString* FIRCLSApplicationGetPlatform(void);

Crashlytics/Crashlytics/Handlers/FIRCLSException.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void FIRCLSExceptionRecordNSException(NSException *exception) {
110110
NSString *reason = [exception reason] ?: @"";
111111

112112
// It's tempting to try to make use of callStackSymbols here. But, the output
113-
// of that function is not intended to be machine-readible. We could parse it,
113+
// of that function is not intended to be machine-readable. We could parse it,
114114
// but that isn't really worthwhile, considering that address-based symbolication
115115
// needs to work anyways.
116116

0 commit comments

Comments
 (0)