From 6319c85272cf27e4ac18dbda80f64299548756b4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 2 Mar 2016 13:59:55 +0000 Subject: [PATCH] Make comment match reality --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 7e387b8a2f..e00fa4ba51 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -453,7 +453,7 @@ module.exports = React.createClass({ // // eventId is optional and will cause a switch to the context of that // particular event. - // @param {Object} room_oob_data Object of additional data about the room + // @param {Object} roomOobData Object of additional data about the room // that has been passed out-of-band (eg. // room name and avatar from an invite email) _viewRoom: function(roomId, showSettings, eventId, invite_sign_url, oob_data) {