From bdab49144b62d6245ffadacff1eac6657d540f59 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 6 Oct 2022 14:23:32 +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 e0d25b8..8932c6e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ print tally(); //3 * 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