diff options
author | David Lozano Jarque <mail@davidlj95.com> | 2018-11-26 18:39:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 18:39:33 +0800 |
commit | 95206f26c8f561b327936f8b7059a2b975c23cbe (patch) | |
tree | c69597db99c2c87b06dd260655476cf5930e6c04 /docs | |
parent | 96333f303373e073ef58a676983ed368fcd4b9f4 (diff) | |
download | dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar.gz dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar.zst dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.zip |
Update types.rst
RST note with incorrect syntax
Diffstat (limited to 'docs')
-rw-r--r-- | docs/types.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst index b84d3222..5a578072 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -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. |