From 507ecb4edd236a2b4f94b92a3207b9e70ada5689 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 27 Aug 2019 14:22:50 +0200 Subject: [PATCH] add todo inline --- x8.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x8.md b/x8.md index 319e97a..0a98124 100644 --- a/x8.md +++ b/x8.md @@ -66,6 +66,8 @@ The type `Message` represents a text message exchanged between clients. Payload is a struct (a compound data type) with the following fields (order is important): + + | Field | Name | Type | | ----- | ---- | ---- | | 1 | text | `string` |