From c0ed0392396e199a2205208b81741df07ad035dc Mon Sep 17 00:00:00 2001 From: decanus Date: Mon, 26 Aug 2019 15:22:44 +0200 Subject: [PATCH] fixes --- x4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x4.md b/x4.md index 489512c..433413c 100644 --- a/x4.md +++ b/x4.md @@ -36,7 +36,7 @@ The Status Protocol stack consists of multiple protocols. In this document, we g # Data Sync Clients -Data layer specifies a format of payloads exchanged between clients communicating using the Status Protocol. The robust and well-defined format is required in order to provide some security guarantees, for example, client should not display messages that do not conform to the format, and allow the clients to upgrade the protocol safely in the future. +Data Sync Clients specify a format of payloads exchanged between clients communicating using the Status Protocol. The robust and well-defined format is required in order to provide some security guarantees, for example, clients should not display messages that do not conform to the format, and allow the clients to upgrade the protocol safely in the future. The well-defined format also makes it possible to support multiple types of conversations as well as multiple types of content.