aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-17 20:32:34 +0800
committerGitHub <noreply@github.com>2018-10-17 20:32:34 +0800
commitaf3300b86caee20efe9df4b75800f73d8f027a85 (patch)
tree575c2ea624658eb357d652c2e405842bb86b3dae /docs
parentba1588828f45b242bc09899e4f307f7fda9c5ab6 (diff)
parent95104a088f9ecbc1f4de94413d8021ea49b31a1e (diff)
downloaddexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.tar
dexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.tar.gz
dexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.tar.bz2
dexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.tar.lz
dexon-solidity-af3300b86caee20efe9df4b75800f73d8f027a85.tar.xz
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.rst2
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.