diff --git a/SC2048.md b/SC2048.md index 968ccda..a517d74 100644 --- a/SC2048.md +++ b/SC2048.md @@ -1,4 +1,4 @@ -## Use "$@" (with quotes) to prevent whitespace problems. +## Use `"$@"` (with quotes) to prevent whitespace problems. Or: Use "${array[@]}" (with quotes) to prevent whitespace problems.