Update article.md

Typo: "there" -> "their"
This commit is contained in:
neoarma 2019-07-02 21:29:25 +12:00 committed by GitHub
parent 94c83e9e50
commit eb2757eb36
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
```