diff --git a/src/actions/MatrixActionCreators.js b/src/actions/MatrixActionCreators.js index 2f2c23d06f..c1d42ffd0d 100644 --- a/src/actions/MatrixActionCreators.js +++ b/src/actions/MatrixActionCreators.js @@ -79,7 +79,7 @@ function createAccountDataAction(matrixClient, accountDataEvent) { * @param {MatrixClient} matrixClient the matrix client. * @param {MatrixEvent} accountDataEvent the account data event. * @param {Room} room the room where account data was changed - * @returns {RoomAccountDataAction} an action of type MatrixActions.accountData. + * @returns {RoomAccountDataAction} an action of type MatrixActions.Room.accountData. */ function createRoomAccountDataAction(matrixClient, accountDataEvent, room) { return {