diff --git a/docs/Garbage-Collector.md b/docs/Garbage-Collector.md
index 81ff0273..ce760db4 100644
--- a/docs/Garbage-Collector.md
+++ b/docs/Garbage-Collector.md
@@ -168,7 +168,7 @@ The collector swaps the values of the clear color (white) and the mark color (bl
### 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 gray its roots and use black as the allocation color to prevent any new objects from being collected during this cycle: