From ad2b46fd16e4e6114e8b01cb80e08146a9ce6613 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 10 Apr 2023 10:14:37 -0600 Subject: [PATCH] Spelling --- proposals/3995-linearized-matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/3995-linearized-matrix.md b/proposals/3995-linearized-matrix.md index dd90947e..6b3d17a0 100644 --- a/proposals/3995-linearized-matrix.md +++ b/proposals/3995-linearized-matrix.md @@ -120,7 +120,7 @@ define 3 fields relevant for DAG representation of events: * `auth_events`: The event IDs which prove the sender is allowed to send the event. Which events must be included here are [selected](https://spec.matrix.org/v1.6/server-server-api/#auth-events-selection). -* `prev_events`: The event IDs which preceed this event. Typically will be forward extremities for the +* `prev_events`: The event IDs which precede this event. Typically will be forward extremities for the server. * `depth`: The topological ordering of this event in the DAG.