Skip to content

Commit

Permalink
Fix aleo instruction mapping syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vicsn authored Mar 5, 2024
1 parent 677f143 commit ff3c1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/aleo/03_language.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ Mappings are stored publicly on-chain. It is not possible to store data privatel
// and `amount` as the value.
mapping account:
// The token owner.
key owner as address.public;
key as address.public;
// The token amount.
value amount as u64.public;
value as u64.public;
```

#### Contains
Expand Down

0 comments on commit ff3c1c8

Please sign in to comment.