From d445b0785548c499968e5550b5fd7785c9d32eb4 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 18 Jun 2021 08:09:36 -0400 Subject: [PATCH] Clarifications. Co-authored-by: Jonathan de Jong --- proposals/3083-restricted-rooms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/3083-restricted-rooms.md b/proposals/3083-restricted-rooms.md index 053adca8..bd5b506e 100644 --- a/proposals/3083-restricted-rooms.md +++ b/proposals/3083-restricted-rooms.md @@ -101,7 +101,7 @@ between `public`, `invite`, and `restricted`. * `private`: This is reserved, but unspecified. * `restricted`: the same as `public`, with the additional caveat that servers must verify the `m.room.member` event is signed by one of the `authorised_servers` if - a member is not yet invited or joined to the room. + a member was not yet invited or joined into the room. ## Security considerations