Skip to content

Commit 68e7752

Browse files
committed
Updated styling in GIDSignIn.h comments
1 parent d22b4fd commit 68e7752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ NS_EXTENSION_UNAVAILABLE("The sign-in flow is not supported in App Extensions.")
404404
completion:(nullable void (^)(GIDSignInResult *_Nullable signInResult,
405405
NSError *_Nullable error))completion;
406406

407-
/// Starts an interactive sign-in flow on macOS using the provided hint, and tokenClaims.
407+
/// Starts an interactive sign-in flow on macOS using the provided hint and tokenClaims.
408408
///
409409
/// The completion will be called at the end of this process. Any saved sign-in state will be
410410
/// replaced by the result of this flow. Note that this method should not be called when the app is
@@ -423,7 +423,7 @@ NS_EXTENSION_UNAVAILABLE("The sign-in flow is not supported in App Extensions.")
423423
completion:(nullable void (^)(GIDSignInResult *_Nullable signInResult,
424424
NSError *_Nullable error))completion;
425425

426-
/// Starts an interactive sign-in flow on macOS using the provided hint, additional scopes
426+
/// Starts an interactive sign-in flow on macOS using the provided hint, additional scopes,
427427
/// and tokenClaims.
428428
///
429429
/// The completion will be called at the end of this process. Any saved sign-in state will be
@@ -445,7 +445,7 @@ NS_EXTENSION_UNAVAILABLE("The sign-in flow is not supported in App Extensions.")
445445
completion:(nullable void (^)(GIDSignInResult *_Nullable signInResult,
446446
NSError *_Nullable error))completion;
447447

448-
/// Starts an interactive sign-in flow on macOS using the provided hint, additional scopes, nonce
448+
/// Starts an interactive sign-in flow on macOS using the provided hint, additional scopes, nonce,
449449
/// and tokenClaims.
450450
///
451451
/// The completion will be called at the end of this process. Any saved sign-in state will be

0 commit comments

Comments
 (0)