aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-05 23:59:10 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-05 23:59:10 +0800
commit2204c597fb8dbdfa5fbe909769e7e1834f2af5f5 (patch)
tree7f999dc6dc75e0e62fbfa376746e2950d4846f6b /docs
parentb68ca9cd569e179c4209aaa2706bb962b7fc2fd0 (diff)
downloaddexon-solidity-2204c597fb8dbdfa5fbe909769e7e1834f2af5f5.tar
dexon-solidity-2204c597fb8dbdfa5fbe909769e7e1834f2af5f5.tar.gz
dexon-solidity-2204c597fb8dbdfa5fbe909769e7e1834f2af5f5.tar.bz2
dexon-solidity-2204c597fb8dbdfa5fbe909769e7e1834f2af5f5.tar.lz
dexon-solidity-2204c597fb8dbdfa5fbe909769e7e1834f2af5f5.tar.xz
dexon-solidity-2204c597fb8dbdfa5fbe909769e7e1834f2af5f5.tar.zst
dexon-solidity-2204c597fb8dbdfa5fbe909769e7e1834f2af5f5.zip
Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/control-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 9d7ebeac..9d3e26eb 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -354,7 +354,7 @@ This document does not want to be a full description of the Ethereum virtual mac
following list can be used as a reference of its opcodes.
If an opcode takes arguments (always from the top of the stack), they are given in parentheses.
-Note that the order of arguments can be seed to be reversed in non-functional style (explained below).
+Note that the order of arguments can seem to be reversed in non-functional style (explained below).
Opcodes marked with ``-`` do not push an item onto the stack, those marked with ``*`` are
special and all others push exactly one item onte the stack.