diff --git a/README.md b/README.md index 81ce556..27bb266 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that * Simple C-like syntax * Bytecode intermediate compilation * Optional, but robust type system (including `opaque` for arbitrary data) -* functions and types are first-class citizens +* Functions and types are first-class citizens * `import` and `export` variables from the host program * Fancy slice notation for strings, arrays and dictionaries * Can re-direct output, error and assertion failure messages