We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e64bb commit 1e1e5c8Copy full SHA for 1e1e5c8
tutorial/en/2-Virtual-Machine.md
@@ -74,7 +74,7 @@ VM should maintain a `heap` for allocation memories. But hey, an interpreter
74
itself is also a program which had its heap allocated by our computer. We can
75
tell the program that we want to interpret to utilize the interpreter's heap
76
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
+reduces the VM's complexity without reducing the knowledge we want to learn
78
about compiler.
79
80
Thus we adds the following codes in the global area:
0 commit comments