Merge pull request #1606 from jakewilson/patch-1

Fix small grammar mistake in closure makeArmy task
This commit is contained in:
Ilya Kantor 2019-11-30 10:50:09 +03:00 committed by GitHub
commit 22cab45a69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,5 @@ army[5](); // and number 5 also outputs 10...
// ... all shooters show 10 instead of their 0, 1, 2, 3...
```
Why all shooters show the same? Fix the code so that they work as intended.
Why do all of the shooters show the same value? Fix the code so that they work as intended.