diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index a6a434987..ab5d35baf 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -195,7 +195,7 @@ Mathematical and Cryptographic Functions ``ecrecover`` returns an ``address``, and not an ``address payable``. See :ref:`address payable
` for conversion, in case you need to transfer funds to the recovered address. - For further details, read `example usage