Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 210f027

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InternalDocs/garbage_collector.md

Lines changed: 1 addition & 1 deletion
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)