From 31449c9834cb2b1c7fe4b6d7dc554cbc65f87c20 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 27 Jul 2017 11:03:06 +0200 Subject: Closing parenthesis --- docs/units-and-global-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/units-and-global-variables.rst') diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index 7ca3adac..64795306 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -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. -- cgit