Merge pull request #381 from brentguf/closures

Typo in Closures chapter
This commit is contained in:
Ilya Kantor 2018-03-03 09:36:08 +03:00 committed by GitHub
commit 9cae9d3316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.