From 210f027d02f2f2a6e953fc3a4c4ebd9dc77563a5 Mon Sep 17 00:00:00 2001 From: Nybblista <170842536+nybblista@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:46:39 +0300 Subject: Fix typo in the garbage_collector.md file (#132803) --- InternalDocs/garbage_collector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index e4cb9e4..6d8fe63 100644 --- a/InternalDocs/garbage_collector.md +++ b/InternalDocs/garbage_collector.md @@ -417,7 +417,7 @@ superset of any unreachable cycle including that object, we are guaranteed that transitive closure cannot contain any partial cycles. We can exclude scanned objects, as they must have been reachable when scanned. If a scanned object becomes part of an unreachable cycle after being scanned, it will -not be collected this at this time, but it will be collected in the next full scavenge. +not be collected at this time, but it will be collected in the next full scavenge. > [!NOTE] > The GC implementation for the free-threaded build does not use incremental collection. -- cgit v0.12