From 948a4d7e9662d1d36aca8e2228817cff462e3781 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:06:35 +0100 Subject: [PATCH] Use single backslash in header, as in ShellCheck warning (in shell: to escape quotes, not backslash) --- SC2140.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2140.md b/SC2140.md index f89dc8a..f4faa4c 100644 --- a/SC2140.md +++ b/SC2140.md @@ -1,4 +1,4 @@ -## Word is of the form `"A"B"C"` (B indicated). Did you mean `"ABC"` or `"A\\"B\\"C"`? +## Word is of the form `"A"B"C"` (B indicated). Did you mean `"ABC"` or `"A\"B\"C"`? ### Problematic code: