From f484be16d46ecc09bc76a3a63189147be11db604 Mon Sep 17 00:00:00 2001 From: Denis Gorbachev <829578+DenisGorbachev@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:59:29 +0700 Subject: [PATCH] Fix a typo Rename section: 'send' -> 'mint' --- docs/content/docs/lessons/coin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/lessons/coin.md b/docs/content/docs/lessons/coin.md index 96a591da5..8b8783170 100644 --- a/docs/content/docs/lessons/coin.md +++ b/docs/content/docs/lessons/coin.md @@ -454,7 +454,7 @@ only assigns new values to state variables, but does not read their previous val gets 1000 coins, while the other addresses get 0 coins, as before. Hint: use `if (cond) value1 else value2`. -## 11. Defining the action `send` +## 11. Defining the action `mint` *Progress:* 43% @@ -993,4 +993,4 @@ Please vote in the ## The end You have made it! - \ No newline at end of file +