mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix typo in table iterator invalidation test comment
Co-authored-by: Tim Wojtulewicz <tim@corelight.com>
This commit is contained in:
parent
8f98b068c8
commit
b0505277ae
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
local t = table([1] = "one", [2] = "two", [3] = "three");
|
||||
|
||||
for ( i in t )
|
||||
# Modifying an existing element is not qualified an modifying membership,
|
||||
# Modifying an existing element is not qualified as modifying membership,
|
||||
# so this doesn't trigger a warning.
|
||||
t[i] = cat(i);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue