Enumerate->label

pull/21833/head
Luke Barnard 2017-01-25 09:32:28 +00:00
parent f8e46819c5
commit 8091cf7df8
1 changed files with 3 additions and 3 deletions

View File

@ -265,10 +265,10 @@ module.exports = React.createClass({
}, },
/** /**
* Enumerate a given membership event, `e`, where `getContent().membership` has * Label a given membership event, `e`, where `getContent().membership` has
* changed for each transition allowed by the Matrix protocol. This attempts to * changed for each transition allowed by the Matrix protocol. This attempts to
* enumerate the membership changes that occur in `../../../TextForEvent.js`. * label the membership changes that occur in `../../../TextForEvent.js`.
* @param {MatrixEvent} e the membership change event to enumerate. * @param {MatrixEvent} e the membership change event to label.
* @returns {string?} the transition type given to this event. This defaults to `null` * @returns {string?} the transition type given to this event. This defaults to `null`
* if a transition is not recognised. * if a transition is not recognised.
*/ */