From 0921684e4a838e573065c935d6f84a1d8e97b5db Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:28:53 +0100 Subject: [PATCH] Updated SC2076 (markdown) --- SC2076.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2076.md b/SC2076.md index 9b47ece..3535057 100644 --- a/SC2076.md +++ b/SC2076.md @@ -1,4 +1,4 @@ -## Don't quote rhs of =~, it'll match literally rather than as a regex. +## Don't quote rhs of `=~`, it'll match literally rather than as a regex. ### Problematic code: