From 2ca3faf73a1376a542d3d3ac38c596e2991656c8 Mon Sep 17 00:00:00 2001 From: Sebastian Aigner Date: Fri, 12 Jan 2024 01:52:56 +0100 Subject: [PATCH] Add missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52736ff..0a21ecb 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ It is just a few lines of declarative code, but there a lot going on under the h ### Grammars First, there is the `Grammar` class that needs to be extended in order to define you custom grammar. In the example -above an anonymous class is declared, but it could just as well a normal class. +above an anonymous class is declared, but it could just as well be a normal class. ```kotlin class MyClass : Grammar() {