From 8b758bac5ad3e13eb373d3ba244e1ea5fcb83c3e Mon Sep 17 00:00:00 2001 From: J F Date: Wed, 26 Apr 2017 11:40:56 -0400 Subject: [PATCH] Fix typo This applies thejameskyle/the-super-tiny-compiler@c5979db0260eb6784321c5231a20ca3b9ac44522 --- 0-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-introduction.md b/0-introduction.md index 67e428b..f6e9584 100644 --- a/0-introduction.md +++ b/0-introduction.md @@ -213,7 +213,7 @@ var visitor = { }; ``` -However, there also exists the possibilty of calling things on "exit". Imagine +However, there also exists the possibility of calling things on "exit". Imagine our tree structure from before in list form: - Program