Updated SC2059 (markdown)

Joachim Ansorg
2021-11-12 19:26:25 +01:00
parent e5fd162163
commit 4939a572d1

@@ -1,4 +1,4 @@
# Don't use variables in the printf format string. Use printf "..%s.." "$foo".
# Don't use variables in the `printf` format string. Use `printf "..%s.." "$foo"`.
### Problematic code: