add todo inline

This commit is contained in:
Oskar Thoren 2019-08-27 14:22:50 +02:00
parent 1cfecbb276
commit 507ecb4edd
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 2 additions and 0 deletions

2
x8.md
View File

@ -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):
<!-- TODO: Be more precise in struct description, a la RFC, e.g. TLS style https://tools.ietf.org/html/rfc8446 -->
| Field | Name | Type |
| ----- | ---- | ---- |
| 1 | text | `string` |