Skip to content

Commit

Permalink
🥢 ~ nit typo in deal demo (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z authored Sep 27, 2023
1 parent b9bf59b commit 66cb690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheatcodes/deal.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ log_uint256(alice.balance); // 1000000000000000000
address alice = makeAddr("alice");
emit log_address(alice);
deal(address(DAI), alice, 1 ether); // import StdUtils.sol first
log_uint256(address(DAI).balanceOf(alice); // 1000000000000000000
log_uint256(address(DAI).balanceOf(alice)); // 1000000000000000000
```

### SEE ALSO
Expand Down

0 comments on commit 66cb690

Please sign in to comment.