Skip to content

Commit

Permalink
Merge pull request ethereum#3083 from davidau/patch-1
Browse files Browse the repository at this point in the history
Update miscellaneous.rst
  • Loading branch information
axic authored Oct 16, 2017
2 parents a74c9ae + 4047ed2 commit dbc8655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/miscellaneous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Global Variables
- ``this`` (current contract's type): the current contract, explicitly convertible to ``address``
- ``super``: the contract one level higher in the inheritance hierarchy
- ``selfdestruct(address recipient)``: destroy the current contract, sending its funds to the given address
- ``suicide(address recipieint)``: an alias to ``selfdestruct``
- ``suicide(address recipient)``: an alias to ``selfdestruct``
- ``<address>.balance`` (``uint256``): balance of the :ref:`address` in Wei
- ``<address>.send(uint256 amount) returns (bool)``: send given amount of Wei to :ref:`address`, returns ``false`` on failure
- ``<address>.transfer(uint256 amount)``: send given amount of Wei to :ref:`address`, throws on failure
Expand Down

0 comments on commit dbc8655

Please sign in to comment.