diff options
author | chriseth <chris@ethereum.org> | 2018-10-17 20:32:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 20:32:34 +0800 |
commit | af3300b86caee20efe9df4b75800f73d8f027a85 (patch) | |
tree | 575c2ea624658eb357d652c2e405842bb86b3dae /docs | |
parent | ba1588828f45b242bc09899e4f307f7fda9c5ab6 (diff) | |
parent | 95104a088f9ecbc1f4de94413d8021ea49b31a1e (diff) | |
download | dexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.tar.gz dexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.tar.zst dexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.zip |
Merge pull request #5233 from pRoy24/develop
Update minor typo in Storage section of docs
Diffstat (limited to '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. |