aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2019-01-17 16:19:16 +0800
committerGitHub <noreply@github.com>2019-01-17 16:19:16 +0800
commit5279f9f03bdcaafaeaadb20121f8cab550b2ed9e (patch)
tree91bcd473bf798e3f6cc80ab4537a31d1625a3d72 /docs
parenteab9e58e7e6b815e7dfb288510b49d52fe579fe2 (diff)
downloaddexon-solidity-5279f9f03bdcaafaeaadb20121f8cab550b2ed9e.tar.gz
dexon-solidity-5279f9f03bdcaafaeaadb20121f8cab550b2ed9e.tar.zst
dexon-solidity-5279f9f03bdcaafaeaadb20121f8cab550b2ed9e.zip
Update docs/units-and-global-variables.rst
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/units-and-global-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index e44caa8f..c47f257b 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -200,7 +200,7 @@ Members of Address Types
For more information, see the section on :ref:`address`.
.. warning::
- You should avoid using ``.call()`` when executing another contract function as it bypasses the compiler type checking,
+ You should avoid using ``.call()`` whenever possible when executing another contract function as it bypasses type checking,
function existence check, and argument packing.
.. warning::