Fixed a typo

This commit is contained in:
2022-10-06 14:23:50 +11:00
committed by GitHub
parent 8a8074ee6e
commit 8b04939430

View File

@@ -13,7 +13,7 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that
* Simple C-like syntax * Simple C-like syntax
* Bytecode intermediate compilation * Bytecode intermediate compilation
* Optional, but robust type system (including `opaque` for arbitrary data) * 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 * `import` and `export` variables from the host program
* Fancy slice notation for strings, arrays and dictionaries * Fancy slice notation for strings, arrays and dictionaries
* Can re-direct output, error and assertion failure messages * Can re-direct output, error and assertion failure messages