diff options
-rw-r--r-- | docs/units-and-global-variables.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index ee9d60d6..02cd134e 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -117,11 +117,9 @@ Address Related --------------- ``<address>.balance`` (``uint256``): - balance of the address in Wei + balance of the :ref:`address` in Wei ``<address>.send(uint256 amount) returns (bool)``: - send given amount of Wei to address, returns ``false`` on failure - -For more information, see the section on :ref:`address`. + send given amount of Wei to :ref:`address`, returns ``false`` on failure .. warning:: There are some dangers in using ``send``: The transfer fails if the call stack depth is at 1023 |