doc: Fix a mispelled word in the parser’s README
authorjcbrinfo <jcbrinfo@users.noreply.github.com>
Sat, 14 May 2016 15:58:56 +0000 (11:58 -0400)
committerjcbrinfo <jcbrinfo@users.noreply.github.com>
Sat, 14 May 2016 15:58:56 +0000 (11:58 -0400)
src/parser/README.md

index 64ceecf..73ebcd0 100644 (file)
@@ -1,6 +1,6 @@
 Parser and AST for the Nit language
 
-The parser ans the AST are mostly used by all tools.
+The parser and the AST are mostly used by all tools.
 
 The `parser` is the tool that transform source-files into abstract syntax trees (AST) (see `parser_nodes`)
 While the AST is a higher abstraction than blob of text, the AST is still limited and represents only *What the programmer says*.