minor change

"so it is in memory" reachable or not. For a while at least.
This commit is contained in:
joaquinelio 2022-05-23 09:34:44 -03:00 committed by GitHub
parent d5e8b6d308
commit 1d6dc01413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ Now if we do the same:
user = null; user = null;
``` ```
...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. ...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.
## Interlinked objects ## Interlinked objects