diff options
-rw-r--r-- | docs/units-and-global-variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |