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: