Updated SC1003 (markdown)

Joachim Ansorg
2021-11-12 20:08:40 +01:00
parent 1366cd3f8e
commit 367f8e5d4b

@@ -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)