From 14e1920ff5a5e1199e82aaa9013b572fbefe465d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 21 Feb 2020 13:43:08 +0100 Subject: [PATCH] fix docs parser error --- src/models/room.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/room.js b/src/models/room.js index cabfd77a3..2b8fadf26 100644 --- a/src/models/room.js +++ b/src/models/room.js @@ -868,7 +868,7 @@ Room.prototype.getCanonicalAlias = function() { /** * Get this room's alternative aliases - * @return {[string]} The room's alternative aliases, or an empty array + * @return {array} The room's alternative aliases, or an empty array */ Room.prototype.getAltAliases = function() { const canonicalAlias = this.currentState.getStateEvents("m.room.canonical_alias", "");