Skip to content

Commit 39d94b5

Browse files
authored
Merge pull request #346 from goldenraisin/fix-balances
fix: update balances to account
2 parents 13344cd + cd4b23b commit 39d94b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/leo/03_language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ import foo.aleo;
157157
158158
program hello.aleo {
159159
const FOO: u64 = 1u64;
160-
mapping balances: address => u64;
160+
mapping account: address => u64;
161161
162162
record token {
163163
owner: address,

0 commit comments

Comments
 (0)