Merge pull request #3022 from joaquinelio/patch-14

minor change
This commit is contained in:
Ilya Kantor 2022-05-23 15:41:07 +03:00 committed by GitHub
commit 2efe0dce18
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