From bb48e326002149cb6640743402fe544e6402b87e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 2 Jun 2016 03:41:49 -0400 Subject: [PATCH] Added comma --- docs/Garbage-Collector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Garbage-Collector.md b/docs/Garbage-Collector.md index 7210d855..b31274a7 100644 --- a/docs/Garbage-Collector.md +++ b/docs/Garbage-Collector.md @@ -179,7 +179,7 @@ The collector scans the heap and frees memory used by all white objects: Initial object graph -If the heap is still low on memory at this point the heap will be increased in size. Also, to ensure a complete collection data for any terminated threads is not freed until now. +If the heap is still low on memory at this point the heap will be increased in size. Also, to ensure a complete collection, data for any terminated threads is not freed until now. ### Resting The collector cycle is complete and it rests until it is triggered again.