Skip to content

Commit 07433e9

Browse files
authored
Fix "case case" (#400)
1 parent 151fca8 commit 07433e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Usage:
2828
var token = Lexer.Lex("\"str\"");
2929
```
3030

31-
Lex method always returns the first token it finds. In this case case the result would look like following.
31+
Lex method always returns the first token it finds. In this case the result would look like following.
3232
![lexer example](assets/lexer-example.png)
3333

3434
## 2. Parser

0 commit comments

Comments
 (0)