correct comment

pull/21833/head
Luke Barnard 2016-11-10 17:22:16 +00:00
parent b11dd9542f
commit d2d7ebc979
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@ module.exports = React.createClass({
}
summarisedEvents.push(collapsedMxEv);
}
// At this point, i = this.props.events.length OR i = the index of the first event
// to NOT be a MembershipChange after a sequence of MembershipChanges
// At this point, i = this.props.events.length OR i = the index of the last
// MembershipChange in a sequence of MembershipChanges
let renderEvents = (pEvent, events) => {
if (events.length === 0) {