aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-26 18:58:00 +0800
committerGitHub <noreply@github.com>2018-11-26 18:58:00 +0800
commit9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515 (patch)
treec69597db99c2c87b06dd260655476cf5930e6c04
parent96333f303373e073ef58a676983ed368fcd4b9f4 (diff)
parent95206f26c8f561b327936f8b7059a2b975c23cbe (diff)
downloaddexon-solidity-9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515.tar
dexon-solidity-9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515.tar.gz
dexon-solidity-9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515.tar.bz2
dexon-solidity-9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515.tar.lz
dexon-solidity-9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515.tar.xz
dexon-solidity-9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515.tar.zst
dexon-solidity-9e0e1ee6c229cd904d87ff8c2aba8f56e9da4515.zip
Merge pull request #5503 from davidlj95/patch-1
Update types.rst
-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.