]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Update README
authorDale Weiler <killfieldengine@gmail.com>
Tue, 10 Apr 2012 05:05:14 +0000 (01:05 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 10 Apr 2012 05:05:14 +0000 (01:05 -0400)
README

diff --git a/README b/README
index b072829a76e3e61deb5e347adfd2d12c9c95de09..79b57cf25002f3a28ed0d666e37e068723df0714 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ main.c
        
 parse.c
        This is the parser which goes over all tokens and generates a parse tree
-       (not currently, but will) and check for syntax correctness.
+       and check for syntax correctness.
        
 typedef.c
        This is the typedef system, this is a seperate file because it's a lot more