Skip to content

Commit

Permalink
Merge pull request #28 from SebastianAigner/patch-1
Browse files Browse the repository at this point in the history
Add missing word
  • Loading branch information
alllex committed Jan 13, 2024
2 parents 6879310 + 2ca3faf commit d12fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<MyResult>() {
Expand Down

0 comments on commit d12fa51

Please sign in to comment.