diff --git a/SC2207.md b/SC2207.md index 6f58244..075707d 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: