From d2e7ac41601121fd0de213f4d8a315b261461c9e Mon Sep 17 00:00:00 2001 From: joaquinelio Date: Mon, 23 May 2022 08:58:20 -0300 Subject: [PATCH] typo --- 1-js/04-object-basics/03-garbage-collection/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/04-object-basics/03-garbage-collection/article.md b/1-js/04-object-basics/03-garbage-collection/article.md index c06bf6da..20a8a19e 100644 --- a/1-js/04-object-basics/03-garbage-collection/article.md +++ b/1-js/04-object-basics/03-garbage-collection/article.md @@ -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)