Add missing code fence for correct regular array

Marcos Wright-Kuhns
2016-07-14 14:04:19 -07:00
parent f20f7d0f25
commit 7ef18bcb54

@@ -18,6 +18,7 @@ echo $((array[$index]))
### Correct code: ### Correct code:
```
# Regular array # Regular array
index=42 index=42
echo $((array[index])) echo $((array[index]))