aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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);