Skip to content

Commit 99bb4e6

Browse files
Update src/messaging/ReliableMessageAnalyticsDelegate.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent ac84610 commit 99bb4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messaging/ReliableMessageAnalyticsDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ReliableMessageAnalyticsDelegate
6868
// this value will be 0.
6969
uint32_t messageCounter = 0;
7070
// If the eventType is kRetransmission, this value will be populated with the number of the
71-
// retransmission attempt. A value of 1 indicates the first retransmission. This value should never
71+
// retransmission attempt. A value of 1 indicates the first retransmission (i.e. the second transmission of the message). This value should never
7272
// be 0.
7373
std::optional<uint8_t> retransmissionCount;
7474
};

0 commit comments

Comments
 (0)