fix grammatical error in README

This commit is contained in:
Yuichi Nishiwaki 2013-10-17 21:03:23 +09:00
parent b58c6d1e8b
commit f64f6bec97
1 changed files with 1 additions and 1 deletions

View File

@ -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)