Skip to content

Commit 210f027

Browse files
authored
Fix typo in the garbage_collector.md file (#132803)
1 parent 5808889 commit 210f027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/garbage_collector.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ superset of any unreachable cycle including that object, we are guaranteed that
417417
transitive closure cannot contain any partial cycles.
418418
We can exclude scanned objects, as they must have been reachable when scanned.
419419
If a scanned object becomes part of an unreachable cycle after being scanned, it will
420-
not be collected this at this time, but it will be collected in the next full scavenge.
420+
not be collected at this time, but it will be collected in the next full scavenge.
421421

422422
> [!NOTE]
423423
> The GC implementation for the free-threaded build does not use incremental collection.

0 commit comments

Comments
 (0)