From 48503f71f6a060d5ba50afca0fb74f3d264ffc98 Mon Sep 17 00:00:00 2001
From: Kia <ito@fastmail.jp>
Date: Fri, 10 Sep 2021 03:08:05 +0000
Subject: [PATCH] Update notes.md

---
 notes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notes.md b/notes.md
index 0c43b20..6fdfd12 100644
--- a/notes.md
+++ b/notes.md
@@ -8,7 +8,7 @@ we'd like to do write-only/single-pass type thing
 
 also generate a parse tree
 
-we should dig up the "acid tests" that let us break our previous LR(1) parser backend and make sure our approach manages to parse them
+we should dig up the "acid test" language that let us break our previous LR(1) parser backend and make sure our approach manages to parse them
 
 to generate a parse tree, we need to log what path we take through the regular languages and through the stack
 
-- 
GitLab