Skip to content

Commit dc4d32d

Browse files
authored
Merge pull request #3021 from joaquinelio/patch-13
typo
2 parents fff1f64 + d2e7ac4 commit dc4d32d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/03-garbage-collection

1 file changed

+1
-1
lines changed

1-js/04-object-basics/03-garbage-collection/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The first step marks the roots:
169169

170170
![](garbage-collection-2.svg)
171171

172-
Then we follow their references are mark referenced objects:
172+
Then we follow their references and mark referenced objects:
173173

174174
![](garbage-collection-3.svg)
175175

0 commit comments

Comments
 (0)