]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - README
Update README
[xonotic/gmqcc.git] / 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