aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/manual.of5
1 files changed, 2 insertions, 3 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 2a837b5e..8cf0abfc 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -6365,9 +6365,8 @@ The order in which the indices are enumerated is not specified,
6365(To traverse a table in numerical order, 6365(To traverse a table in numerical order,
6366use a numerical @Rw{for}.) 6366use a numerical @Rw{for}.)
6367 6367
6368The behavior of @id{next} is undefined if, 6368You should not assign any value to a non-existent field in a table
6369during the traversal, 6369during its traversal.
6370you assign any value to a non-existent field in the table.
6371You may however modify existing fields. 6370You may however modify existing fields.
6372In particular, you may set existing fields to nil. 6371In particular, you may set existing fields to nil.
6373 6372