From 73c182d36c73c613d80c710b6b35312ed72f6baa Mon Sep 17 00:00:00 2001 From: llamabyte <130471564+llamabyte@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:56:19 +0000 Subject: [PATCH] fix: typos --- content/learn/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/learn/_index.md b/content/learn/_index.md index bc1e93f..b8a66c3 100644 --- a/content/learn/_index.md +++ b/content/learn/_index.md @@ -6,7 +6,7 @@ multicolumn = true RGB is a scalable & confidential smart contracts system for Bitcoin & lightning network developed by the [LNP/BP Association](https://www.lnp-bp.org). It -embraces concept of private & mutual ownership and is a "post-blockchain", +embraces the concept of private & mutual ownership and is a "post-blockchain", Turing-complete form of trustless distributed computing which does not require introduction of tokens. @@ -58,8 +58,8 @@ introduction of tokens. Simple RGB contracts can be created in **Rust** (using handy macros). More advanced contracts will require writing code for **AluVM** in - **AluAssembly language**. We also work on a new high-level language called - **Contractum**, which release is targeted towards the end of the year. + **AluAssembly language**. We are also working on a new high-level language called + **Contractum**, the release of which is targeted towards the end of the year. Learn to program