Merge pull request #5503 from davidlj95/patch-1

Update types.rst
This commit is contained in:
chriseth 2018-11-26 11:58:00 +01:00 committed by GitHub
commit 9e0e1ee6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,7 @@ Example::
when the call returns. The regular way to interact with other contracts
is to call a function on a contract object (``x.f()``).
:: note::
.. note::
Previous versions of Solidity allowed these functions to receive
arbitrary arguments and would also handle a first argument of type
``bytes4`` differently. These edge cases were removed in version 0.5.0.