diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-12-01 20:14:21 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-12-01 20:14:21 +0800 |
commit | e7760417e83cf9e313c76cdd44f860aeec1b798c (patch) | |
tree | 411ce7c46f993d9b4762d02fbe6a3ceb9981d342 | |
parent | 868a8a8fa03fc3cf47fd66335a7924d7876f1c0e (diff) | |
download | dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar.gz dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar.bz2 dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar.lz dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar.xz dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.tar.zst dexon-solidity-e7760417e83cf9e313c76cdd44f860aeec1b798c.zip |
docs: rename overflow to variable cleanup
-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. |