From c0ca85fb3a9fd09f940ca9906928a0d1cf057be6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 31 Jan 2018 17:32:12 +0000 Subject: [PATCH] comment grammar --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 95ffb77a3..5fda7f757 100644 --- a/src/client.js +++ b/src/client.js @@ -183,7 +183,7 @@ function MatrixClient(opts) { this.olmVersion = Crypto.getOlmVersion(); } - // List of what rooms have encryption enabled: separate from crypto because + // List of which rooms have encryption enabled: separate from crypto because // we still want to know what rooms are encrypted even if crypto is disabled: // we don't want to start sening unencrypted events to them. this._roomList = new RoomList(this._cryptoStore, this._sessionStore);