aboutsummaryrefslogtreecommitdiff
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 d1ed755..87a4d9f 100644
--- a/doc/il.txt
+++ b/doc/il.txt
@@ -751,7 +751,7 @@ single-precision floating point number `%f` into `%rs`.
ARG :=
ABITY VAL # Regular argument
| 'env' VAL # Environment argument (first)
- | '...' # Variadic marker (last)
+ | '...' # Variadic marker
ABITY := BASETY | :IDENT
@@ -778,8 +778,8 @@ integer. If the called function does not expect an environment
parameter, it will be safely discarded. See the <@ Functions >
section for more information about environment parameters.
-When the called function is variadic, the last argument
-must be `...`.
+When the called function is variadic, there must be a `...`
+marker separating the named and variadic arguments.
~ Variadic
~~~~~~~~~~