From c8657a54572912c5d64c98ffa076a826d19702b0 Mon Sep 17 00:00:00 2001 From: ThisIs-Aryan <131660735+ThisIs-Aryan@users.noreply.github.com> Date: Sun, 21 May 2023 01:24:47 +0530 Subject: [PATCH] Fix typo in 3_xdataxassets.md (#72) --- src/dapps/3_xdataxassets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dapps/3_xdataxassets.md b/src/dapps/3_xdataxassets.md index 1bd17ff..33f6238 100644 --- a/src/dapps/3_xdataxassets.md +++ b/src/dapps/3_xdataxassets.md @@ -8,7 +8,7 @@ Now that we've established the idea of an xAsset, you might think they're an exc xData is akin to an xAsset in that it exists in its own layer independent of any blockchain, which makes xData accessible by _all_ blockchains. The difference is that xData represents arbitrary data rather the token information represented by an xAsset. -Cross-chain interoperability then becomes a matter of creating, consuming and managing xData. Once blockchains have the ability to read and write data into a shared, global reservior, application design can take on innovative new dimensions. +Cross-chain interoperability then becomes a matter of creating, consuming and managing xData. Once blockchains have the ability to read and write data into a shared, global reservoir, application design can take on innovative new dimensions. ---