From 3cf8dff70d2e5d1f1df844af1195d0830805a42c Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 20 Jul 2020 20:50:12 +0100 Subject: [PATCH] FIx coment --- src/createRoom.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createRoom.ts b/src/createRoom.ts index 060db3b080..23a664a4c4 100644 --- a/src/createRoom.ts +++ b/src/createRoom.ts @@ -29,7 +29,7 @@ import {getAddressType} from "./UserAddress"; const E2EE_WK_KEY = "im.vector.riot.e2ee"; -// we define a number of interfaces which in effect take their names from the js-sdk +// we define a number of interfaces which take their names from the js-sdk /* eslint-disable camelcase */ // TODO move these interfaces over to js-sdk once it has been typescripted enough to accept them