Updated SC2048 (markdown)

Joachim Ansorg
2021-11-12 19:25:12 +01:00
parent f53faefc81
commit f0ec6acf66

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