From d01b02f8cfefa8ecded4b800f14fe449fc007447 Mon Sep 17 00:00:00 2001 From: hh3755 Date: Sat, 8 Jul 2017 17:23:48 +0800 Subject: [PATCH] typo of bitween for between --- docs/assembly.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assembly.rst b/docs/assembly.rst index 836436348..006013711 100644 --- a/docs/assembly.rst +++ b/docs/assembly.rst @@ -965,7 +965,7 @@ adjustment. Every time a new local variable is introduced, it is registered together with the current stack height. If a variable is accessed (either for copying its value or for assignment), the appropriate DUP or SWAP instruction is selected depending -on the difference bitween the current stack height and the +on the difference between the current stack height and the stack height at the point the variable was introduced. Pseudocode::