Update docs/units-and-global-variables.rst

Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
This commit is contained in:
Erik Kundt
2019-01-17 10:19:16 +02:00
committed by GitHub
co-authored by ChrisChinchilla
parent eab9e58e7e
commit 5279f9f03b
+1 -1
View File
@@ -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::