From 3804f29a8d0c545a6d2cc1f60f7e5dbf5eb454cc Mon Sep 17 00:00:00 2001 From: Alexandre Bezroutchko Date: Wed, 14 Feb 2018 09:49:06 +0100 Subject: [PATCH] fix a typo --- docs/control-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 1a8ee25b4..7be92cfa0 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -407,7 +407,7 @@ and the low-level functions ``call``, ``delegatecall`` and ``callcode`` -- those of an exception instead of "bubbling up". .. warning:: - The low-level ``call``, ``delegatecall`` and ``callcode`` will return success if the calling account is non-existent, as part of the design of EVM. Existence must be checked prior to calling if desired. + The low-level ``call``, ``delegatecall`` and ``callcode`` will return success if the called account is non-existent, as part of the design of EVM. Existence must be checked prior to calling if desired. Catching exceptions is not yet possible.