aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Firebase/Auth/Source/FIRAuthErrorUtils.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthErrorUtils.m b/Firebase/Auth/Source/FIRAuthErrorUtils.m
index 544fc5d..3748048 100644
--- a/Firebase/Auth/Source/FIRAuthErrorUtils.m
+++ b/Firebase/Auth/Source/FIRAuthErrorUtils.m
@@ -111,7 +111,7 @@ static NSString *const kFIRAuthErrorMessageTooManyRequests = @"We have blocked a
"this device due to unusual activity. Try again later.";
/** @var kFIRAuthErrorMessageAccountExistsWithDifferentCredential
- @brief Message for @c FIRAuthErrorCodeAccountLinkNeeded error code.
+ @brief Message for @c FIRAuthErrorCodeAccountExistsWithDifferentCredential error code.
*/
static NSString *const kFIRAuthErrorMessageAccountExistsWithDifferentCredential = @"An account "
"already exists with the same email address but different sign-in credentials. Sign in using a "