aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-04-07 23:59:33 -0700
committerGravatar GitHub <noreply@github.com>2018-04-07 23:59:33 -0700
commit21a6e1f930936eae1bca743430347288fa5e39c8 (patch)
treee3c6e52c5a4c74e200b7a5a7f7bc7d261c2add93 /Firebase/Auth
parent6ea2af1564be17feb258926732650d4b9b984ce7 (diff)
Minor enhancements (#1041)
* Minor enhancements * addresses comment
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/Source/Public/FIRAuth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/Public/FIRAuth.h b/Firebase/Auth/Source/Public/FIRAuth.h
index 7d5ea42..236dd10 100644
--- a/Firebase/Auth/Source/Public/FIRAuth.h
+++ b/Firebase/Auth/Source/Public/FIRAuth.h
@@ -33,7 +33,7 @@
NS_ASSUME_NONNULL_BEGIN
/** @typedef FIRUserUpdateCallback
- @brief The type of block invoked when a request to update a current user is completed.
+ @brief The type of block invoked when a request to update the current user is completed.
*/
typedef void (^FIRUserUpdateCallback)(NSError *_Nullable error) NS_SWIFT_NAME(UserUpdateCallback);