From bf26ccd0a552f808157b09981d62715929333e5e Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 22 Mar 2017 15:57:52 +0100 Subject: [PATCH] client: fix docs for user-scoped account_data events Signed-off-by: William Boman --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index eaafeb90a..18e194a33 100644 --- a/src/client.js +++ b/src/client.js @@ -3289,7 +3289,7 @@ module.exports.CRYPTO_ENABLED = CRYPTO_ENABLED; /** * Fires whenever new user-scoped account_data is added. - * @event module:client~MatrixClient#"Room" + * @event module:client~MatrixClient#"accountData" * @param {MatrixEvent} event The event describing the account_data just added * @example * matrixClient.on("accountData", function(event){