From b4e1e7951123f155339853cc402da553f7510428 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:21:42 +0100 Subject: [PATCH] Updated SC2028 (markdown) --- SC2028.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2028.md b/SC2028.md index 28fa7a1..95009e5 100644 --- a/SC2028.md +++ b/SC2028.md @@ -1,4 +1,4 @@ -# echo won't expand escape sequences. Consider printf. +## `echo` won't expand escape sequences. Consider `printf`. ### Problematic code: