From 0a6116c8b79b94883f0dc8f292dbf6e413284158 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:37:40 +0100 Subject: [PATCH] Updated SC2130 (markdown) --- SC2130.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2130.md b/SC2130.md index e2b7d9f..e5cf006 100644 --- a/SC2130.md +++ b/SC2130.md @@ -1,4 +1,4 @@ -## -eq is for integer comparisons. Use = instead. +## `-eq` is for integer comparisons. Use `=` instead. ### Problematic code: