diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-07-06 19:36:31 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-07-06 19:36:31 +0200 |
commit | 0da3c2a3d20d2b76093b50da7bbfa5efc1ce56d4 (patch) | |
tree | a8d4993cab0e8e825859b14a4522f0d7fd72559b /README | |
parent | f3c1ba9092d70ae4fb423e649f0ce98346ce3961 (diff) |
Fix typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |