about summary refs log tree commit diff
path: root/users/wpcarro/scratch/compiler/register_vm.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/wpcarro/scratch/compiler/register_vm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/scratch/compiler/register_vm.ml b/users/wpcarro/scratch/compiler/register_vm.ml
index aa5062cb24..17d3f55894 100644
--- a/users/wpcarro/scratch/compiler/register_vm.ml
+++ b/users/wpcarro/scratch/compiler/register_vm.ml
@@ -6,7 +6,7 @@
   because one of the goals was to see how similar this OCaml implementation
   could be to the Python implementation.
 
-  Conclusion: It's pretty easily to switch between the two languages.
+  Conclusion: It's pretty easy to switch between the two languages.
 
   Usage: Recommended compilation settings I hastily found online:
   $ ocamlopt -w +A-42-48 -warn-error +A-3-44 ./register_vm.ml && ./a.out