docs: rename overflow to variable cleanup

This commit is contained in:
Alex Beregszaszi 2016-12-01 12:14:21 +00:00
parent 868a8a8fa0
commit e7760417e8

View File

@ -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.