Skip to content

Commit e044e1f

Browse files
committed
Typo
1 parent af53834 commit e044e1f

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
@@ -126,8 +126,8 @@ NS_SWIFT_NAME(Crashlytics)
126126
* relayed to Crashlytics on a subsequent launch of your application.
127127
*
128128
* @param error Non-fatal error to be recorded
129-
* @param userInfo Additional keys and values to send with the logged error. The keys and values are
130-
* added to the error, in addition to the Crashlytics global list of keys and values.
129+
* @param userInfo Additional keys and values to send with the logged error. These keys and values
130+
* are added to the error, in addition to the Crashlytics global list of keys and values.
131131
*/
132132
- (void)recordError:(NSError *)error
133133
userInfo:(nullable NSDictionary<NSString *, id> *)userInfo

0 commit comments

Comments
 (0)