From 53744ac772095ec88b2edde66be0665e80f4cca3 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 18 Sep 2020 15:14:34 -0700 Subject: [PATCH] Fix wording --- content/blog/13_compiler_cleanup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/13_compiler_cleanup/index.md b/content/blog/13_compiler_cleanup/index.md index 6f1dc6d..beff0de 100644 --- a/content/blog/13_compiler_cleanup/index.md +++ b/content/blog/13_compiler_cleanup/index.md @@ -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