From 9f3ed943622b0c838da5ca808840c8beffff0b0b Mon Sep 17 00:00:00 2001 From: "mika.urakawa" Date: Sun, 21 Aug 2022 10:28:49 +0900 Subject: [PATCH] fix: Document comment for GIDSignInButtonStyle --- GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h index ce17204f..45478dac 100644 --- a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h +++ b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h @@ -25,9 +25,9 @@ NS_ASSUME_NONNULL_BEGIN /// /// The minimum size of the button depends on the language used for text. /// The following dimensions (in points) fit for all languages: -/// - kGIDSignInButtonStyleStandard: 230 x 48 -/// - kGIDSignInButtonStyleWide: 312 x 48 -/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size) +/// - kGIDSignInButtonStyleStandard: 230 x 48 (Display text is "Sign in") +/// - kGIDSignInButtonStyleWide: 312 x 48 (Display text is "Sign in with Google") +/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size) typedef NS_ENUM(NSInteger, GIDSignInButtonStyle) { kGIDSignInButtonStyleStandard = 0, kGIDSignInButtonStyleWide = 1,