From 8b049394308f153064d3e6dd735746e517255900 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 6 Oct 2022 14:23:50 +1100 Subject: [PATCH] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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