Skip to content

Commit eb2757e

Browse files
authored
Update article.md
Typo: "there" -> "their"
1 parent 94c83e9 commit eb2757e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ function f() {
599599
}
600600

601601
let g = f(); // while g is alive
602-
// there corresponding Lexical Environment lives
602+
// their corresponding Lexical Environment lives
603603

604604
g = null; // ...and now the memory is cleaned up
605605
```

0 commit comments

Comments
 (0)