1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC2190 (markdown)

Joachim Ansorg 2021-11-12 19:46:15 +01:00
parent 614f8f358f
commit f56ee9e2db

@ -1,4 +1,4 @@
## Elements in associative arrays need index, e.g. array=( [index]=value ) .
## Elements in associative arrays need index, e.g. `array=( [index]=value )` .
### Problematic code: