Skip to content

Commit 287c8e9

Browse files
authored
Merge pull request #1109 from neoarma/patch-2
Update article.md
2 parents bd22313 + eb2757e commit 287c8e9

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

Lines changed: 1 addition & 1 deletion
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)