Skip to content

Commit a3998aa

Browse files
authored
docs(auth): fix typo in User::GetToken docstring (Java Web Token -> JSON Web Token) (#1895)
1 parent 754d256 commit a3998aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • auth/src/include/firebase/auth

auth/src/include/firebase/auth/user.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class User : public UserInfoInterface {
195195
/// operations.
196196
bool is_valid() const;
197197

198-
/// The Java Web Token (JWT) that can be used to identify the user to
198+
/// The JSON Web Token (JWT) that can be used to identify the user to
199199
/// the backend.
200200
///
201201
/// If a current ID token is still believed to be valid (i.e. it has not yet

0 commit comments

Comments
 (0)