From 227ce6e41d831b71b0dd953bea00425160487751 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 1 Jun 2016 17:04:03 -0400 Subject: [PATCH] Grammar --- 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 709b1abc..7c5ab62a 100644 --- a/docs/Garbage-Collector.md +++ b/docs/Garbage-Collector.md @@ -182,7 +182,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.