fix styling

This commit is contained in:
Stefan Feješ
2018-09-01 15:10:57 +02:00
parent 888a1dedbe
commit 70d950e60c
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
### Garbage collection
Garbage collection is a form of automatic memory management. It attempts to reclaim memory occupied by objects that are no longer used by the program.
Garbage collection is a form of automatic memory management.
It attempts to reclaim memory occupied by objects that are no longer used by the program.