mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update docs/units-and-global-variables.rst
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
This commit is contained in:
parent
eab9e58e7e
commit
5279f9f03b
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user