From 8a9803983f5b89e809eabbd14d301d4363d0365d Mon Sep 17 00:00:00 2001
From: Midhun Suresh <midhunr@element.io>
Date: Sat, 1 Jan 2022 11:35:37 +0530
Subject: [PATCH] Change comment

---
 src/Hydrogen.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Hydrogen.ts b/src/Hydrogen.ts
index 0e3ae3c..0486491 100644
--- a/src/Hydrogen.ts
+++ b/src/Hydrogen.ts
@@ -79,7 +79,7 @@ export class Hydrogen implements IMatrixClient {
 
     private async _joinRoom(roomId: string): Promise<any> {
         await this._session.joinRoom(roomId);
-        // even though we've joined the room, we need to wait till the next sync for the actual room
+        // even though we've joined the room, we need to wait till the next sync to get the room
         await this._waitForRoomFromSync(roomId);
         return this._session.rooms.get(roomId);
 
-- 
GitLab