Updated SC2207 (markdown)

Joachim Ansorg
2021-11-12 19:49:40 +01:00
parent 02ffc8d3d5
commit ec57422952

@@ -1,4 +1,4 @@
## Prefer mapfile or `read -a` to split command output (or quote to avoid splitting). ## Prefer `mapfile` or `read -a` to split command output (or quote to avoid splitting).
### Problematic code: ### Problematic code: