diff --git a/docs/Garbage-Collector.md b/docs/Garbage-Collector.md index b1070d87..524cf28b 100644 --- a/docs/Garbage-Collector.md +++ b/docs/Garbage-Collector.md @@ -171,7 +171,7 @@ The collector swaps the values of the clear color (white) and the mark color (bl Initial object graph ### Mark -The collector transitions to sync 2 and then async. At this point it marks the global variables and waits for the mutators to also transition to async: +The collector transitions to sync 2 and then async. At this point it marks the global variables and waits for the mutators to also transition to async. When a mutator transitions it will mark its roots and use black as the allocation color to prevent any new objects from being collected during this cycle: Initial object graph