Merge pull request #3021 from joaquinelio/patch-13

typo
This commit is contained in:
Ilya Kantor 2022-06-13 20:08:44 +02:00 committed by GitHub
commit dc4d32d58d
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) ![](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) ![](garbage-collection-3.svg)