From b9985dd682368e6d439897aefc4749e41a8e0775 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Fri, 15 Nov 2013 11:58:48 +0900 Subject: [PATCH] revise README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba9cff6..b8d9f230 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - direct threaded VM - Internal representation by Nan-Boxing - conservative call/cc implementation (users can freely interleave native stack with VM stack) -- exact GC (simple mark and sweep, partially reference count is also used) +- exact GC (simple mark and sweep, partially reference count is used as well) - advanced REPL support (multi-line input, etc) - tiny & portable library (all functions will be in `libpicrin.so`)