From ff685e33d5d532b91e9b1d34c0f052b2dbcc6b8c Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 20 Jul 2017 11:00:50 +0100 Subject: [PATCH] clarify comment --- src/models/event-timeline-set.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/event-timeline-set.js b/src/models/event-timeline-set.js index 571305337..6de61cf62 100644 --- a/src/models/event-timeline-set.js +++ b/src/models/event-timeline-set.js @@ -162,8 +162,8 @@ EventTimelineSet.prototype.resetLiveTimeline = function( // special because they will have listeners attached to monitor changes to // the current room state, so we move this RoomState from the end of the // current live timeline to the end of the new one and, if necessary, - // replace it with the fresh one created for the new timeline. We also make - // a copy for the start of the new timeline. + // replace it with a newly created one. We also make a copy for the start + // of the new timeline. // if timeline support is disabled, forget about the old timelines const resetAllTimelines = !this._timelineSupport || !forwardPaginationToken;