Cyfrin / solidity-by-example.github.io

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

uint to uint256 (Typo) #224

Closed 0xWick closed 2 years ago

0xWick commented 2 years ago

Noticed a slight typo in Primitive Data Types, Second uint (u256) should be written as uint256

image

Second int (i256) should be written as int256

image

t4sk commented 2 years ago

My prettier setting auto formats uint256 to uint. I'm not going to fix this