summaryrefslogtreecommitdiff
path: root/parser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/README.md b/parser/README.md
index 41a09a6..6f0f734 100644
--- a/parser/README.md
+++ b/parser/README.md
@@ -13,7 +13,7 @@ The input of parser is a list of tokens produced by the scanner.
Multiple tokens are processed at once. The minimal set to get
meaningful results (not an error or nil) is a complete statement.
-The output of parser is also a list of tokens, to be consummed by
+The output of parser is also a list of tokens, to be consumed by
the compiler to produce bytecode. The output tokens set is identical
to the bytecode instructions set except that: