From 95206f26c8f561b327936f8b7059a2b975c23cbe Mon Sep 17 00:00:00 2001 From: David Lozano Jarque Date: Mon, 26 Nov 2018 11:39:33 +0100 Subject: Update types.rst RST note with incorrect syntax --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3