Skip to content

Commit 0b161ca

Browse files
committed
Merge branch 'master' of github.com:javascript-tutorial/en.javascript.info into sync-2efe0dce
2 parents 7767554 + 2efe0dc commit 0b161ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/04-object-basics/03-garbage-collection

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

Lines changed: 1 addition & 1 deletion
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)