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: