Fix wording

This commit is contained in:
Danila Fedorin 2020-09-18 15:14:34 -07:00
parent 50a1c33adb
commit 53744ac772
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ and lambda expressions to our compiler. At the end of that post, I mentioned
that before we move on to bigger and better things, I wanted to take a
step back and clean up the compiler. Now is the time to do that.
In particular, I identified three things that could be improved
In particular, I identified four things that could be improved
or cleaned up:
* __Error handling__. We need to stop using `throw 0` and start