Skip to content

Commit 2c2614e

Browse files
ryanwilsonpaulb777
authored andcommitted
Fix typo in header documentation. (#2429)
1 parent 2e77efd commit 2c2614e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/Auth/Source/Public/FIRGameCenterAuthProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NS_SWIFT_NAME(GameCenterAuthSignInMethod);
3434
/** @typedef FIRGameCenterCredentialCallback
3535
@brief The type of block invoked when the Game Center credential code has finished.
3636
@param credential On success, the credential will be provided, nil otherwise.
37-
@param error On error, the error that occured, nil otherwise.
37+
@param error On error, the error that occurred, nil otherwise.
3838
*/
3939
typedef void (^FIRGameCenterCredentialCallback)(FIRAuthCredential *_Nullable credential,
4040
NSError *_Nullable error)

0 commit comments

Comments
 (0)