From 21a6e1f930936eae1bca743430347288fa5e39c8 Mon Sep 17 00:00:00 2001 From: Zsika Phillip Date: Sat, 7 Apr 2018 23:59:33 -0700 Subject: Minor enhancements (#1041) * Minor enhancements * addresses comment --- Firebase/Auth/Source/Public/FIRAuth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firebase/Auth') 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); -- cgit v1.2.3