From d70ff0b235c594b4defac30f3402cf4deedcdeb3 Mon Sep 17 00:00:00 2001 From: Samuel M Smith Date: Mon, 11 Mar 2024 13:54:57 -0600 Subject: [PATCH] fixed typo in list of fields for update `upd` event --- spec/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec.md b/spec/spec.md index 6c1f472..a51b942 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -2881,7 +2881,7 @@ The fields for the Init, `rip` event , given by their labels, shall appear in th #### Update event fields -The fields for the Update, `upd` event , given by their labels, shall appear in the following order, `[v, t, d, rd, s, p, dt, a]`. All are required. The value of the Message type, `t` field shall be `upd`. +The fields for the Update, `upd` event , given by their labels, shall appear in the following order, `[v, t, d, r, s, p, dt, a]`. All are required. The value of the Message type, `t` field shall be `upd`. #### Field descriptions