Skip to content

Commit 2efe0dc

Browse files
authored
Merge pull request #3022 from joaquinelio/patch-14
minor change
2 parents d5e8b6d + 1d6dc01 commit 2efe0dc

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Now if we do the same:
7474
user = null;
7575
```
7676

77-
...Then the object is still reachable via `admin` global variable, so it's in memory. If we overwrite `admin` too, then it can be removed.
77+
...Then the object is still reachable via `admin` global variable, so it must stay in memory. If we overwrite `admin` too, then it can be removed.
7878

7979
## Interlinked objects
8080

0 commit comments

Comments
 (0)