mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: rename overflow to variable cleanup
This commit is contained in:
parent
868a8a8fa0
commit
e7760417e8
@ -89,11 +89,11 @@ ABI specification requires arguments to be padded to multiples of 32
|
|||||||
bytes. The internal function calls use a different convention.
|
bytes. The internal function calls use a different convention.
|
||||||
|
|
||||||
|
|
||||||
.. index: overflow
|
.. index: variable cleanup
|
||||||
|
|
||||||
****************************************
|
*********************************
|
||||||
Internals - Cleaning Up Overflows in EVM
|
Internals - Cleaning Up Variables
|
||||||
****************************************
|
*********************************
|
||||||
|
|
||||||
When a value is shorter than 256-bit, in some cases the remaining bits
|
When a value is shorter than 256-bit, in some cases the remaining bits
|
||||||
must be cleaned.
|
must be cleaned.
|
||||||
|
Loading…
Reference in New Issue
Block a user