Cyfrin / solidity-by-example.github.io

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

Update comment for int's #175

Closed janndriessen closed 3 years ago

janndriessen commented 3 years ago

Just a minor change.

Shouldn't this say: Like uint, different ranges are available from int8 to int256 (instead of uint).

t4sk commented 3 years ago

@janndriessen thanks