Closing parenthesis

This commit is contained in:
chriseth
2017-07-27 11:03:06 +02:00
committed by GitHub
parent 318e52c77d
commit 31449c9834
+1 -1
View File
@@ -174,7 +174,7 @@ Contract Related
``selfdestruct(address recipient)``:
destroy the current contract, sending its funds to the given :ref:`address`
``suicide(address recipient``:
``suicide(address recipient)``:
alias to ``selfdestruct``
Furthermore, all functions of the current contract are callable directly including the current function.