From b66ca74ede3f84cffd69b6b24f23a4d0bee2caa8 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 5 Mar 2016 02:05:29 +0000 Subject: [PATCH] fix comments --- src/components/views/rooms/EventTile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 8ac7ab7996..123026aa93 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -94,13 +94,13 @@ module.exports = React.createClass({ */ contextual: React.PropTypes.bool, - /* a list of words to highlight */ + /* a list of words to highlight, ordered by longest first */ highlights: React.PropTypes.array, /* link URL for the highlights */ highlightLink: React.PropTypes.string, - /* is this the focussed event */ + /* is this the focused event */ isSelectedEvent: React.PropTypes.bool, /* callback called when images in events are loaded */