From 79137e4703de2ee00d472e863eafe877fb1528e5 Mon Sep 17 00:00:00 2001 From: vladislav-ankudinov Date: Wed, 9 Aug 2017 14:46:51 +0300 Subject: [PATCH] fix typo 'onte' -> 'onto' --- docs/assembly.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assembly.rst b/docs/assembly.rst index 4e665b7ec..2f5b88124 100644 --- a/docs/assembly.rst +++ b/docs/assembly.rst @@ -125,7 +125,7 @@ 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 seen 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. +special and all others push exactly one item onto the stack. In the following, ``mem[a...b)`` signifies the bytes of memory starting at position ``a`` up to (excluding) position ``b`` and ``storage[p]`` signifies the storage contents at position ``p``.