aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-07-06 19:36:31 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-07-06 19:36:31 +0200
commit0da3c2a3d20d2b76093b50da7bbfa5efc1ce56d4 (patch)
treea8d4993cab0e8e825859b14a4522f0d7fd72559b
parentf3c1ba9092d70ae4fb423e649f0ce98346ce3961 (diff)
Fix typo
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bf648e1..a8f0b7c 100644
--- a/README
+++ b/README
@@ -126,7 +126,7 @@ The build script also accepts some subcommands. They are as follows:
never be supported in the language.
/* Recall that constants (including functions!) can be declared
- in any order. This lets us define Inner *after* it gets
+ in any order. This lets us define inner *after* it gets
called by the assignment to ‘x’. */
outer :: () {
x := inner(5);