From 6a6fb6502fe01e80ef79780a8a41b47558926831 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:17:36 +0200 Subject: [PATCH] Fix "single" and "double" being swapped due to SC1033 --- SC1034.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1034.md b/SC1034.md index eb15aa7..cc98608 100644 --- a/SC1034.md +++ b/SC1034.md @@ -1,2 +1,2 @@ -## Test expression was opened with double `[` but closed with single `]]`. Make sure they match. +## Test expression was opened with single `[` but closed with double `]]`. Make sure they match. See similar error [[SC1033]] \ No newline at end of file