Skip to content

Commit dce851d

Browse files
committed
Documentation nit
1 parent 13031de commit dce851d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appcheck/firebase-appcheck-interop/src/main/java/com/google/firebase/appcheck/AppCheckTokenResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Class to hold the result emitted by a Firebase App Check service application verification
2222
* attempt. The result will always contain a token, which will either be a valid raw JWT attesting
23-
* application identity, or a dummy value. The result may optionally contain a {@link Exception} if
23+
* application identity, or a dummy value. The result may optionally contain an {@link Exception} if
2424
* application verification does not succeed.
2525
*/
2626
public abstract class AppCheckTokenResult {

0 commit comments

Comments
 (0)