From e7760417e83cf9e313c76cdd44f860aeec1b798c Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 1 Dec 2016 12:14:21 +0000 Subject: docs: rename overflow to variable cleanup --- docs/miscellaneous.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3