From 95104a088f9ecbc1f4de94413d8021ea49b31a1e Mon Sep 17 00:00:00 2001 From: Pritam Roy Date: Tue, 16 Oct 2018 05:04:57 +0530 Subject: Update minor typo in Storage section of docs --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index c8a45d30..9245300b 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -380,7 +380,7 @@ made to the state in the current call frame. Storage, Memory and the Stack ============================= -The Ethereum Virtual Machine has three areas where it can store data, +The Ethereum Virtual Machine has three areas where it can store data- storage, memory and the stack, which are explained in the following paragraphs. -- cgit v1.2.3