aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-12-01 20:14:21 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-12-01 20:14:21 +0800
commite7760417e83cf9e313c76cdd44f860aeec1b798c (patch)
tree411ce7c46f993d9b4762d02fbe6a3ceb9981d342 /docs/miscellaneous.rst
parent868a8a8fa03fc3cf47fd66335a7924d7876f1c0e (diff)
downloaddexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar.gz
dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar.zst
dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.zip
docs: rename overflow to variable cleanup
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r--docs/miscellaneous.rst8
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.