diff --git a/pop-cli-for-smart-contracts/tutorials/your-first-ink-smart-contract.md b/pop-cli-for-smart-contracts/tutorials/your-first-ink-smart-contract.md index 312cf3e..7c56d80 100644 --- a/pop-cli-for-smart-contracts/tutorials/your-first-ink-smart-contract.md +++ b/pop-cli-for-smart-contracts/tutorials/your-first-ink-smart-contract.md @@ -52,7 +52,7 @@ Take 10 minutes to skim over the [ink! documentation](https://use.ink/) and answ #### ink! contracts are smart(er) -ink! allows you to write smart contracts using Rust. That means you get all the benefits of the Rust programming language: +ink! allows you to write smart contracts using Rust. That means you get all the benefits of the Rust programming language. The ink! embedded domain-specific language (eDSL) retro-fits your Rust code with powerful features that enhance smart contract development. In doing so, ink! improves the developer ergonomics when it comes to using Rust for writing smart contracts.