From 0da3c2a3d20d2b76093b50da7bbfa5efc1ce56d4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 6 Jul 2024 19:36:31 +0200 Subject: Fix typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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); -- cgit v1.2.3