Skip to content

Commit 8067bf3

Browse files
authored
Apply suggestion from @w-goog
1 parent 30180b0 commit 8067bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
2525
///
2626
/// The minimum size of the button depends on the language used for text.
2727
/// The following dimensions (in points) fit for all languages:
28-
/// - kGIDSignInButtonStyleStandard: 230 x 48 (Display text is "Sign in")
28+
/// - kGIDSignInButtonStyleStandard: 230 x 48 (Example display text: "Sign in")
2929
/// - kGIDSignInButtonStyleWide: 312 x 48 (Display text is "Sign in with Google")
3030
/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size)
3131
typedef NS_ENUM(NSInteger, GIDSignInButtonStyle) {

0 commit comments

Comments
 (0)