From d724cfad5a47b9ae19379599b39bd3b3da027ca1 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Mon, 23 Sep 2024 17:33:54 -0700 Subject: [PATCH] Remove trailing whitespace --- internals/garbage-collector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internals/garbage-collector.rst b/internals/garbage-collector.rst index b95f45a9d8..60d0c700b4 100644 --- a/internals/garbage-collector.rst +++ b/internals/garbage-collector.rst @@ -404,7 +404,7 @@ an unreachable cycle, or none of it. In order to make sure that the whole of any unreachable cycle is contained in an increment, all unscanned objects reachable from any object in the increment must be included in the increment. -Thus, to form a complete increment we perform a +Thus, to form a complete increment we perform a `transitive closure `_ over reachable, unscanned objects from the initial increment. We can exclude scanned objects, as they must have been reachable when scanned.