Skip to content

Commit 65ba409

Browse files
Fix a typo in AndroidNotification (#324)
* Fix a common typo in AndroidNotification * Update text
1 parent a8f5ba8 commit 65ba409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/firebase/messaging/AndroidNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public Builder setSticky(boolean sticky) {
443443
/**
444444
* For notifications that inform users about events with an absolute time reference, sets
445445
* 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"
446+
* in the panel are sorted by this time. The time is formatted in RFC3339 UTC "Zulu"
447447
* format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". Note that
448448
* since the time is in milliseconds, the last section of the time representation always
449449
* has 6 leading zeros.

0 commit comments

Comments
 (0)