Update article.md
Typo: "there" -> "their"
This commit is contained in:
parent
94c83e9e50
commit
eb2757eb36
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ function f() {
|
||||||
}
|
}
|
||||||
|
|
||||||
let g = f(); // while g is alive
|
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
|
g = null; // ...and now the memory is cleaned up
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue