diff --git a/SC1003.md b/SC1003.md index f58d14e..230069e 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)