aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lozano Jarque <mail@davidlj95.com>2018-11-26 00:39:02 +0800
committerGitHub <noreply@github.com>2018-11-26 00:39:02 +0800
commit08579818c3a69888ec206bb01854d013f0ffc8d0 (patch)
tree27f8c5ed7f482271e3ee8a005d72c75efa4995cb
parent1e03c1602a477086638b377cf29d94e1216e8e9a (diff)
downloaddexon-solidity-08579818c3a69888ec206bb01854d013f0ffc8d0.tar
dexon-solidity-08579818c3a69888ec206bb01854d013f0ffc8d0.tar.gz
dexon-solidity-08579818c3a69888ec206bb01854d013f0ffc8d0.tar.bz2
dexon-solidity-08579818c3a69888ec206bb01854d013f0ffc8d0.tar.lz
dexon-solidity-08579818c3a69888ec206bb01854d013f0ffc8d0.tar.xz
dexon-solidity-08579818c3a69888ec206bb01854d013f0ffc8d0.tar.zst
dexon-solidity-08579818c3a69888ec206bb01854d013f0ffc8d0.zip
Update introduction-to-smart-contracts.rst
Fix typo
-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 9245300b..34ef012e 100644
--- a/docs/introduction-to-smart-contracts.rst
+++ b/docs/introduction-to-smart-contracts.rst
@@ -400,7 +400,7 @@ within a word). At the time of expansion, the cost in gas must be paid. Memory i
costly the larger it grows (it scales quadratically).
The EVM is not a register machine but a stack machine, so all
-computations are performed on an data area called the **stack**. It has a maximum size of
+computations are performed on a data area called the **stack**. It has a maximum size of
1024 elements and contains words of 256 bits. Access to the stack is
limited to the top end in the following way:
It is possible to copy one of