1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

fix docs parser error

This commit is contained in:
Bruno Windels
2020-02-21 13:43:08 +01:00
parent c95cdf5a11
commit 14e1920ff5

View File

@@ -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", "");