From fb500176d3c16a9f63488515e9cd40ae699bc487 Mon Sep 17 00:00:00 2001 From: helloibis <108302637+helloibis@users.noreply.github.com> Date: Tue, 15 Nov 2022 12:32:48 -0600 Subject: [PATCH] docs: fix typo in selfdestruct description (#3151) --- docs/built-in-functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/built-in-functions.rst b/docs/built-in-functions.rst index 6562e53ba6..0067441c67 100644 --- a/docs/built-in-functions.rst +++ b/docs/built-in-functions.rst @@ -292,7 +292,7 @@ Vyper has three built-ins for contract creation; all three contract creation bui .. warning:: - This method delete the contract from the blockchain. All non-ether assets associated with this contract are "burned" and the contract is no longer accessible. + This method deletes the contract from the blockchain. All non-ether assets associated with this contract are "burned" and the contract is no longer accessible. .. code-block:: python