From a1b9a9d8afe26a1e5edff285be98ac84efe59300 Mon Sep 17 00:00:00 2001 From: Amasaki Shinobu Date: Sun, 4 Aug 2024 15:35:33 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9b3e97b..4fc1604c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The engine's core algorithm uses a deterministic finite automaton (DFA) approach - inverted character class `[^a-z]` - character class on UTF-8 code set `[α-ωぁ-ん]` -Note that inveted class does not match the control characters. +Note that inverted character class does not match the control characters. ### Range of repetition - `{num}`,