From f4beb299ab2782efd15bb1335c3b5d88b423660b Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:28:21 +0100 Subject: [PATCH] Updated SC2071 (markdown) --- SC2071.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2071.md b/SC2071.md index 7f60568..d813257 100644 --- a/SC2071.md +++ b/SC2071.md @@ -1,4 +1,4 @@ -## > is for string comparisons. Use -gt instead. +## `>` is for string comparisons. Use `-gt` instead. ### Problematic code: