From 367f8e5d4be650d531ba0c21c2ed9ed4e0a5a27e Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 20:08:40 +0100 Subject: [PATCH] Updated SC1003 (markdown) --- SC1003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1003.md b/SC1003.md index 230069e..69c5707 100644 --- a/SC1003.md +++ b/SC1003.md @@ -1,4 +1,4 @@ -## Want to escape a single quote? `echo 'This is how it'\\''s done'`. +## Want to escape a single quote? `echo 'This is how it'\''s done'`. (Note: in v0.4.6, the error message was accidentally missing the backslash)