Merge pull request #381 from brentguf/closures
Typo in Closures chapter
This commit is contained in:
commit
9cae9d3316
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ The answer: **0,1.**
|
|||
|
||||
Functions `counter` and `counter2` are created by different invocations of `makeCounter`.
|
||||
|
||||
So they have independent outer Lexical Environments, each one has it's own `count`.
|
||||
So they have independent outer Lexical Environments, each one has its own `count`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue