This commit is contained in:
joaquinelio 2022-05-23 08:58:20 -03:00 committed by GitHub
parent d5e8b6d308
commit d2e7ac4160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ The first step marks the roots:
![](garbage-collection-2.svg)
Then we follow their references are mark referenced objects:
Then we follow their references and mark referenced objects:
![](garbage-collection-3.svg)