diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-09 01:30:30 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-09 01:32:54 +0800 |
commit | 838a91b38c0708afbb3112174fea98bce1697c2b (patch) | |
tree | 2edef3dbb31b9d38eb2f0c36d7aea392d4708e49 /docs/control-structures.rst | |
parent | 2204c597fb8dbdfa5fbe909769e7e1834f2af5f5 (diff) | |
download | dexon-solidity-838a91b38c0708afbb3112174fea98bce1697c2b.tar.gz dexon-solidity-838a91b38c0708afbb3112174fea98bce1697c2b.tar.zst dexon-solidity-838a91b38c0708afbb3112174fea98bce1697c2b.zip |
Refix typo
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r-- | docs/control-structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 9d3e26eb..97c00311 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 seem to be reversed in non-functional style (explained below). +Note that the order of arguments can be seen as being reversed compared to the instructional 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. |