From 05cc248b00cae766069741dc259a1f015953cd02 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 4 May 2016 00:16:02 +1000 Subject: [PATCH] Fixed typo --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 321df348..d638af14 100644 --- a/src/README.md +++ b/src/README.md @@ -6,7 +6,7 @@ This contains the Wren source code. It is organized like so: defines. * `cli`: the source code for the command line interface. This is a custom - exectuable that embeds the VM in itself. Code here handles reading + executable that embeds the VM in itself. Code here handles reading command-line, running the REPL, loading modules from disc, etc. * `include`: the public header directory for the VM. If you are embedding the