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