Skip to content

Commit eff55a6

Browse files
authored
Update README.md
fix small typo
1 parent 01c2c52 commit eff55a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ fmt.Print(s)
353353

354354
### Special Thanks
355355

356-
This package absolutely 100% could not have been written without the help of Thorsten Ball's incredible book, [Writing an Interpeter in Go](https://interpreterbook.com).
356+
This package absolutely 100% could not have been written without the help of Thorsten Ball's incredible book, [Writing an Interpreter in Go](https://interpreterbook.com).
357357

358358
Not only did the book make understanding the process of writing lexers, parsers, and asts, but it also provided the basis for the syntax of Plush itself.
359359

0 commit comments

Comments
 (0)