From f1194b1fbeec1dce0fc6ca5fdbeb7a46a3fa5ee6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 31 Jan 2018 17:33:02 +0000 Subject: [PATCH] more comment grammar --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 5fda7f757..f9e3bfbdc 100644 --- a/src/client.js +++ b/src/client.js @@ -184,7 +184,7 @@ function MatrixClient(opts) { } // 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 still want to know which 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); }