From 8ed815304eddda337a43a38d7095304933189e45 Mon Sep 17 00:00:00 2001 From: Eden Wang <96013437+DrEden33773@users.noreply.github.com> Date: Tue, 28 May 2024 19:52:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13867c6..7667b79 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Proof will be given later. I've adopt the welcomed `panic-mode-liked` error handling strategy for this part, to make sure that the `compiler` could find as many errors as possible in one run, instead of being halted by the first error. -To make sure error could be handled in a `synchros` way, `FIRST-FOLLOW` table is a must (I've build this manually, which could be further improved by using auto-tools). +To make sure error could be handled in a `synchronous` way, `FIRST-FOLLOW` table is a must (I've build this manually, which could be further improved by using auto-tools). ### Codegen