aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lozano Jarque <mail@davidlj95.com>2018-11-26 18:39:33 +0800
committerGitHub <noreply@github.com>2018-11-26 18:39:33 +0800
commit95206f26c8f561b327936f8b7059a2b975c23cbe (patch)
treec69597db99c2c87b06dd260655476cf5930e6c04
parent96333f303373e073ef58a676983ed368fcd4b9f4 (diff)
downloaddexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar
dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar.gz
dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar.bz2
dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar.lz
dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar.xz
dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.tar.zst
dexon-solidity-95206f26c8f561b327936f8b7059a2b975c23cbe.zip
Update types.rst
RST note with incorrect syntax
-rw-r--r--docs/types.rst2
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.