Skip to content

Commit 9a07b1f

Browse files
authored
Fix small grammar mistake in closure makeArmy task
1 parent 74e603a commit 9a07b1f

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/03-closure/8-make-army

1 file changed

+1
-1
lines changed

Diff for: 1-js/06-advanced-functions/03-closure/8-make-army/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ army[5](); // and number 5 also outputs 10...
3131
// ... all shooters show 10 instead of their 0, 1, 2, 3...
3232
```
3333

34-
Why all shooters show the same? Fix the code so that they work as intended.
34+
Why do all of the shooters show the same value? Fix the code so that they work as intended.
3535

0 commit comments

Comments
 (0)