From 1bf9bcc3fc092e7c3ed612a3f4d9056c34187b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Aereal=20Ae=C3=B3n?= <388605+mattaereal@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:48:33 -0300 Subject: [PATCH] Fix on warning structure content in introduction --- docs/introduction-to-smart-contracts.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index 561b96d1daa6..a668ec44eace 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -616,8 +616,8 @@ but you can reasonably expect them to always be in the range between ``1`` and ``0xffff`` (inclusive). .. warning:: -Since the 0.8.10 release the compiler does not check ``extcodesize`` on external calls if return data is expected, -since an empty code will be unable to return data, and the ABI decoder will revert. -This is an exception for external calls over precompiled contracts which are able to return data without code associated with their addresses. + Since the 0.8.10 release the compiler does not check ``extcodesize`` on external calls if return data is expected, + since an empty code will be unable to return data, and the ABI decoder will revert. + This is an exception for external calls over precompiled contracts which are able to return data without code associated with their addresses. - More on :ref:`external function calls ` and :ref:`low-level calls `. \ No newline at end of file + More on :ref:`external function calls ` and :ref:`low-level calls `.