diff options
author | Pritam Roy <roypritam1234@gmail.com> | 2018-10-16 07:34:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 07:34:57 +0800 |
commit | 95104a088f9ecbc1f4de94413d8021ea49b31a1e (patch) | |
tree | a5af85e6a18117c81a3aeaef6a82b95f4a921022 | |
parent | 036929aba11268eafb602394af8b212fbe56ae6c (diff) | |
download | dexon-solidity-95104a088f9ecbc1f4de94413d8021ea49b31a1e.tar.gz dexon-solidity-95104a088f9ecbc1f4de94413d8021ea49b31a1e.tar.zst dexon-solidity-95104a088f9ecbc1f4de94413d8021ea49b31a1e.zip |
Update minor typo in Storage section of docs
-rw-r--r-- | docs/introduction-to-smart-contracts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |