Skip to content

Commit 30632fa

Browse files
authored
Update garbage_collector.md
1 parent 525d7f7 commit 30632fa

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
@@ -286,7 +286,7 @@ object, the GC does not process it twice.
286286

287287
Notice that an object that was marked as "tentatively unreachable" and was later
288288
moved back to the reachable list will be visited again by the garbage collector
289-
as now all the references that that object has need to be processed as well. This
289+
as now all the references that object has need to be processed as well. This
290290
process is really a breadth first search over the object graph. Once all the objects
291291
are scanned, the GC knows that all container objects in the tentatively unreachable
292292
list are really unreachable and can thus be garbage collected.

0 commit comments

Comments
 (0)