aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-18 23:35:00 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-18 23:35:28 +0800
commit18fb63167b2923a7e96255893f5357d5186cd23f (patch)
tree454930c2f2acb135c6b22a8214c5df1f29541acb /docs/units-and-global-variables.rst
parentd70ae38e9241bc9982e04d2cc16d6df18f2ae015 (diff)
downloaddexon-solidity-18fb63167b2923a7e96255893f5357d5186cd23f.tar.gz
dexon-solidity-18fb63167b2923a7e96255893f5357d5186cd23f.tar.zst
dexon-solidity-18fb63167b2923a7e96255893f5357d5186cd23f.zip
Removed trailing whitespace
Diffstat (limited to 'docs/units-and-global-variables.rst')
-rw-r--r--docs/units-and-global-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index 141c4a3c..05fb4b3c 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -118,7 +118,7 @@ Contract Related
`this` (current contract's type):
the current contract, explicitly convertible to :ref:`address`
-
+
`selfdestruct(address)`:
destroy the current contract, sending its funds to the given :ref:`address`