From 484f42e7b2a5cb9f568df818b1e90204cf545f5c Mon Sep 17 00:00:00 2001 From: Artur Gordashnikov Date: Sat, 18 Oct 2025 20:23:17 +0300 Subject: [PATCH] Fix "case case" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7928b0e8..991e0aa0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Usage: var token = Lexer.Lex("\"str\""); ``` -Lex method always returns the first token it finds. In this case case the result would look like following. +Lex method always returns the first token it finds. In this case the result would look like following. ![lexer example](assets/lexer-example.png) ## 2. Parser