Added comma

This commit is contained in:
Justin Ethier 2016-06-02 03:41:49 -04:00
parent 667782cab3
commit bb48e32600

View file

@ -179,7 +179,7 @@ The collector scans the heap and frees memory used by all white objects:
<img src="images/gc-graph-sweep.png" alt="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.