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
+1 -1
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.