Skip to content

Commit aad5dd1

Browse files
authored
Merge pull request #28 from snikitinLF/patch-1
typo fix; readuces - > reduces
2 parents d1e64bb + 1e1e5c8 commit aad5dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/en/2-Virtual-Machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ VM should maintain a `heap` for allocation memories. But hey, an interpreter
7474
itself is also a program which had its heap allocated by our computer. We can
7575
tell the program that we want to interpret to utilize the interpreter's heap
7676
by introducing an instruction `MSET`. I won't say it is cheating because it
77-
readuces the VM's complexity without reducing the knowledge we want to learn
77+
reduces the VM's complexity without reducing the knowledge we want to learn
7878
about compiler.
7979

8080
Thus we adds the following codes in the global area:

0 commit comments

Comments
 (0)