summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/il.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/il.txt b/doc/il.txt
index a496759..d1ed755 100644
--- a/doc/il.txt
+++ b/doc/il.txt
@@ -749,9 +749,9 @@ single-precision floating point number `%f` into `%rs`.
     CALL := [%IDENT '=' ABITY] 'call' VAL '(' (ARG), ')'
 
     ARG :=
-        ABITY %IDENT  # Regular argument
-      | 'env' VAL     # Environment argument (first)
-      | '...'         # Variadic marker (last)
+        ABITY VAL  # Regular argument
+      | 'env' VAL  # Environment argument (first)
+      | '...'      # Variadic marker (last)
 
     ABITY := BASETY | :IDENT