Updated SC2199 (markdown)

koalaman
2017-01-05 15:37:27 -08:00
parent 957afc9dd2
commit 9518cfa9f1

@@ -1,4 +1,4 @@
## Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @).
## Arrays implicitly concatenate in `[[ ]]`. Use a loop (or explicit * instead of @).
### Problematic code:
```sh