Skip to content

Commit

Permalink
Merge pull request #7 from xlc/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
kaichaosun authored Sep 28, 2020
2 parents b014e6b + f41c84a commit 377fa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 377fa30

Please sign in to comment.