From f41c84a06bd22a61318ef71398a9b74951a8a5a7 Mon Sep 17 00:00:00 2001 From: Xiliang Chen Date: Mon, 28 Sep 2020 12:10:32 +1300 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 625f4c4..7c0be78 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Polkadot has three main message passing systems all of which will use this forma XCM is designed around four 'A's: -- *Asynchronous*: XCM messages in now way assume that the sender will be blocking on its completion. +- *Asynchronous*: XCM messages in no way assume that the sender will be blocking on its completion. - *Absolute*: XCM messages are guaranteed to be delivered and interpreted accurately, in order and in a timely fashion. - *Asymmetric*: XCM messages do not have results. Any results must be separately communicated to the sender with an additional message. - *Agnostic*: XCM makes no assumptions about the nature of the Consensus System between which messages are being passed.