mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Add missing code fence for correct regular array
@@ -18,6 +18,7 @@ echo $((array[$index]))
|
||||
|
||||
### Correct code:
|
||||
|
||||
```
|
||||
# Regular array
|
||||
index=42
|
||||
echo $((array[index]))
|
||||
|
Reference in New Issue
Block a user