Merge pull request #1109 from neoarma/patch-2

Update article.md
This commit is contained in:
Ilya Kantor 2019-07-05 15:59:31 +03:00 committed by GitHub
commit 287c8e9bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -599,7 +599,7 @@ function f() {
}
let g = f(); // while g is alive
// there corresponding Lexical Environment lives
// their corresponding Lexical Environment lives
g = null; // ...and now the memory is cleaned up
```