From 4939a572d146c743b1fa044858c5b36a2e8de3b4 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:26:25 +0100 Subject: [PATCH] Updated SC2059 (markdown) --- SC2059.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2059.md b/SC2059.md index f7c94b3..2d0a4f1 100644 --- a/SC2059.md +++ b/SC2059.md @@ -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: