Skip to content

Commit 743ad2a

Browse files
authored
Merge pull request #3444 from ljmf00/aa-gc-lookup
chore(spec/garbage): lookups on associative arrays doesn't use GC
2 parents 803d46b + f90264d commit 743ad2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/garbage.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ $(H2 D $(LNAME2 op_involving_gc, Operations That Involve the Garbage Collector))
374374
$(LI Array concatenation)
375375
$(LI Array literals (except when used to initialize static data))
376376
$(LI Associative array literals)
377-
$(LI Any insertion, removal, or lookups in an associative array)
377+
$(LI Any insertion or removal in an associative array)
378378
$(LI Extracting keys or values from an associative array)
379379
$(LI Taking the address of (i.e. making a delegate to) a nested function that
380380
accesses variables in an outer scope)

0 commit comments

Comments
 (0)