We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f5ba8 commit 65ba409Copy full SHA for 65ba409
src/main/java/com/google/firebase/messaging/AndroidNotification.java
@@ -443,7 +443,7 @@ public Builder setSticky(boolean sticky) {
443
/**
444
* For notifications that inform users about events with an absolute time reference, sets
445
* the time that the event in the notification occurred in milliseconds. Notifications
446
- * in the panel are sorted by this time. The time is be formated in RFC3339 UTC "Zulu"
+ * in the panel are sorted by this time. The time is formatted in RFC3339 UTC "Zulu"
447
* format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". Note that
448
* since the time is in milliseconds, the last section of the time representation always
449
* has 6 leading zeros.
0 commit comments