Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
614 stars 201 forks source link

#274 fixing typos in the code reagard `int` and `uint` #275

Closed amidmm closed 4 months ago

t4sk commented 4 months ago

forge fmt formats uint into uint256 so I will let it be. Readers can read the comment that says "uint is alias for uint256"