From 25c31080a6d22b4deaba1adf6ce2040066bb0b09 Mon Sep 17 00:00:00 2001 From: Braun-Alex <72709229+Braun-Alex@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:47:59 +0200 Subject: [PATCH] Update 03_language.md Signed-off-by: Braun-Alex <72709229+Braun-Alex@users.noreply.github.com> --- documentation/leo/03_language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/leo/03_language.md b/documentation/leo/03_language.md index d5db03f7b..21b02845e 100644 --- a/documentation/leo/03_language.md +++ b/documentation/leo/03_language.md @@ -157,7 +157,7 @@ A program scope in the sense of Leo is a collection of code (its functions) and import foo.leo; program hello.aleo { - mapping balances: address => u64; + mapping account: address => u64; record token { owner: address,