Skip to content

Commit

Permalink
Merge pull request lotabout#28 from snikitinLF/patch-1
Browse files Browse the repository at this point in the history
typo fix; readuces - > reduces
  • Loading branch information
lotabout authored Jul 16, 2019
2 parents d1e64bb + 1e1e5c8 commit aad5dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/en/2-Virtual-Machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ VM should maintain a `heap` for allocation memories. But hey, an interpreter
itself is also a program which had its heap allocated by our computer. We can
tell the program that we want to interpret to utilize the interpreter's heap
by introducing an instruction `MSET`. I won't say it is cheating because it
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
about compiler.

Thus we adds the following codes in the global area:
Expand Down

0 comments on commit aad5dd1

Please sign in to comment.