We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7191629 commit 7670036Copy full SHA for 7670036
concepts/arrays/about.md
@@ -50,7 +50,7 @@ Assigning a list of strings to an array variable in this manner will store the f
50
It is possible to initialize a "sparse array" by specifying the indices you need.
51
52
```bash
53
-raindrops=([3]="Pling" [5]="Plang [7]="Plong")
+raindrops=([3]="Pling" [5]="Plang" [7]="Plong")
54
```
55
56
~~~~exercism/note
0 commit comments