From f64f6bec979203e7b765e14719fccc66993d7906 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 17 Oct 2013 21:03:23 +0900 Subject: [PATCH] fix grammatical error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59007d6e..11a573e3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - R7RS compatibility (but partial support) - reentrant design (all VM states are stored in single global state object) - bytecode interpreter (based on Stack VM technology) -- direct threading VM +- direct threaded VM - exact GC (simple mark and sweep strategy) - advanced REPL support (multi-line input, etc)