aboutsummaryrefslogtreecommitdiff
path: root/manual/manual.of
diff options
context:
space:
mode:
Diffstat (limited to 'manual/manual.of')
-rw-r--r--manual/manual.of2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 9b8e144d..54f67b3e 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -2425,7 +2425,7 @@ The conditions are as follows:
2425If the vararg table has a name, 2425If the vararg table has a name,
2426that name is not an upvalue in a nested function 2426that name is not an upvalue in a nested function
2427and it is used only as the base table 2427and it is used only as the base table
2428in the syntactic constructions @T{t[exp]} or @T{t.id}). 2428in the syntactic constructions @T{t[exp]} or @T{t.id}.
2429Note that an anonymous vararg table always satisfy these conditions. 2429Note that an anonymous vararg table always satisfy these conditions.
2430 2430
2431} 2431}