From ac5c4779376423074ef00189d4373dbe1780f6c1 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 8 Jun 2022 18:35:28 +0100 Subject: [PATCH] Note that e_0 may not be in the second list; typo fix Co-authored-by: Denis Kasak --- content/rooms/fragments/v2-state-res.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/rooms/fragments/v2-state-res.md b/content/rooms/fragments/v2-state-res.md index e1dd6f5e..a9cc386e 100644 --- a/content/rooms/fragments/v2-state-res.md +++ b/content/rooms/fragments/v2-state-res.md @@ -94,9 +94,10 @@ ordered from oldest to newest. Let *e* = *e0* be another event (possibly another `m.room.power_levels` event). We can compute a similar list of events [*e*1, ..., *em*], -where *e*j*+1* is the `m.room.power_levels` event in the +where *e**j*+1 is the `m.room.power_levels` event in the `auth_events` of *ej* and where *em* has no -`m.room.power_levels` event in its `auth_events`. (Note that this second list +`m.room.power_levels` event in its `auth_events`. (Note that the event we +started with, *e0*, is not included in this list. Also note that it may be empty, because *e* may not cite an `m.room.power_levels` event in its `auth_events` at all.)