diff --git a/SC2207.md b/SC2207.md index 08f5aa3..6f58244 100644 --- a/SC2207.md +++ b/SC2207.md @@ -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: