Skip to content

Commit

Permalink
simplify example
Browse files Browse the repository at this point in the history
  • Loading branch information
xenoliss committed Apr 19, 2024
1 parent f38fb55 commit 4d21f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ mapping(uint256 => mapping(address => uint256)) public balances;
YES:

```
mapping(uint256 balanceKey => mapping(address asset => uint256 amount)) public balances;
mapping(address account => mapping(address asset => uint256 amount)) public balances;
```

## 2. Development
Expand Down

0 comments on commit 4d21f34

Please sign in to comment.