Updated SC2207 (markdown)

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

@@ -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: