This commit is contained in:
Mark Haines 2017-02-27 10:17:16 +00:00
parent fa93a106cb
commit 37502a76f4

View file

@ -26,8 +26,8 @@ type OutputRoomEvent struct {
// This is used by consumers to check if they can safely update their
// current state using the delta supplied in AddsStateEventIDs and
// RemovesStateEventIDs.
// If they the LastSentEventID doesn't match what they were expecting it to
// be they can use the LatestEventIDs to request the full current state.
// If the LastSentEventID doesn't match what they were expecting it to be
// they can use the LatestEventIDs to request the full current state.
LastSentEventID string
}