Skip to content

Commit bf646fc

Browse files
var-consta-maurice
authored andcommitted
Quick fix to a doc comment.
PiperOrigin-RevId: 291758347
1 parent d181549 commit bf646fc

File tree

1 file changed

+2
-2
lines changed
  • auth/src/include/firebase

1 file changed

+2
-2
lines changed

auth/src/include/firebase/auth.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ class Auth {
251251

252252
/// Asynchronously logs into Firebase with the given credentials.
253253
///
254-
/// For example, the credential could wrap a Facebook login access token,
255-
/// a Twitter token/token-secret pair).
254+
/// For example, the credential could wrap a Facebook login access token or
255+
/// a Twitter token/token-secret pair.
256256
///
257257
/// The SignInResult contains both a reference to the User (which can be null
258258
/// if the sign in failed), and AdditionalUserInfo, which holds details

0 commit comments

Comments
 (0)