Update minor typo in Storage section of docs

This commit is contained in:
Pritam Roy
2018-10-16 05:04:57 +05:30
committed by GitHub
parent 036929aba1
commit 95104a088f
+1 -1
View File
@@ -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.