diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-06-02 21:13:27 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-06-02 21:13:27 +0800 |
commit | 0b4b5e10461d6dfefb8aea7eea107400e3de2c31 (patch) | |
tree | ef4e13976dea9c8bfaa8d68e3f419abbd59e2e57 /docs/units-and-global-variables.rst | |
parent | 4a2c8fa9b79c39ddb9918e435c4941c324a4ac4f (diff) | |
download | dexon-solidity-0b4b5e10461d6dfefb8aea7eea107400e3de2c31.tar dexon-solidity-0b4b5e10461d6dfefb8aea7eea107400e3de2c31.tar.gz dexon-solidity-0b4b5e10461d6dfefb8aea7eea107400e3de2c31.tar.bz2 dexon-solidity-0b4b5e10461d6dfefb8aea7eea107400e3de2c31.tar.lz dexon-solidity-0b4b5e10461d6dfefb8aea7eea107400e3de2c31.tar.xz dexon-solidity-0b4b5e10461d6dfefb8aea7eea107400e3de2c31.tar.zst dexon-solidity-0b4b5e10461d6dfefb8aea7eea107400e3de2c31.zip |
Make address link look better
Diffstat (limited to 'docs/units-and-global-variables.rst')
-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 |