Skip to content

Commit 085c946

Browse files
committed
fixed a comment nit
1 parent aa5957e commit 085c946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigFetchHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class ConfigFetchHandler {
8080
@VisibleForTesting static final int HTTP_TOO_MANY_REQUESTS = 429;
8181

8282
/**
83-
* First-open-time key name in GA user-properties. First-open time is a predefined user-dimension
83+
* First-open time key name in GA user-properties. First-open time is a predefined user-dimension
8484
* automatically collected by GA.
8585
*/
8686
@VisibleForTesting static final String FIRST_OPEN_TIME_KEY = "_fot";

0 commit comments

Comments
 (0)