diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 55dc31850..e9b01340c 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -84,10 +84,8 @@ Layout of Call Data ******************* When a Solidity contract is deployed and when it is called from an -account, the input data is assumed to be in the format in `the ABI -specification -`_. The -ABI specification requires arguments to be padded to multiples of 32 +account, the input data is assumed to be in the format in :ref:`the ABI +specification `. The ABI specification requires arguments to be padded to multiples of 32 bytes. The internal function calls use a different convention.