From b9f9e5bcb39c0172c9400c56eea2204e8a38203e Mon Sep 17 00:00:00 2001 From: Graham Smith Date: Tue, 22 Mar 2022 13:42:58 +0000 Subject: [PATCH] Revert 0809d6195e9a17c5e37bc82766603b35f06ba186...9f711eb6f86e6fdaf62cb9deb252692d76fd372d on SC2086 --- SC2086.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2086.md b/SC2086.md index dfd67a4..590a872 100644 --- a/SC2086.md +++ b/SC2086.md @@ -1,4 +1,4 @@ -# Double quote to prevent globbing and word splitting. +## Double quote to prevent globbing and word splitting. ## Problematic code: