diff options
-rw-r--r-- | docs/miscellaneous.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 963edf26..56716dca 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -89,11 +89,11 @@ ABI specification requires arguments to be padded to multiples of 32 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 must be cleaned. |