Fix Typo (brewity to brevity)

This commit is contained in:
gzmin 2019-05-15 16:10:06 +08:00 committed by GitHub
parent 00a01ec309
commit 4e079a5caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,7 @@ alert( counter2() ); // 0 (independent)
``` ```
Hopefully, the situation with outer variables is clear now. For most situations such understanding is enough. There are few details in the specification that we omitted for brewity. So in the next section we cover even more details, not to miss anything. Hopefully, the situation with outer variables is clear now. For most situations such understanding is enough. There are few details in the specification that we omitted for brevity. So in the next section we cover even more details, not to miss anything.
## Environments in detail ## Environments in detail