Merge pull request #1269 from paroche/patch-7

Update article.md
This commit is contained in:
Ilya Kantor 2019-08-26 14:28:13 +03:00 committed by GitHub
commit f8f402b61d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,7 +313,7 @@ Hopefully, the situation with outer variables is clear now. For most situations
## Environments in detail ## Environments in detail
Here's what's going on in the `makeCounter` example step-by-step, follow it to make sure that you know things in the very detail. Here's what's going on in the `makeCounter` example step-by-step, follow it to make sure that you understand how it works in detail.
Please note the additional `[[Environment]]` property is covered here. We didn't mention it before for simplicity. Please note the additional `[[Environment]]` property is covered here. We didn't mention it before for simplicity.