Update types.rst

RST note with incorrect syntax
This commit is contained in:
David Lozano Jarque
2018-11-26 11:39:33 +01:00
committed by GitHub
parent 96333f3033
commit 95206f26c8
+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.