From 07df2a604d58cd039cfd56b7c419d4c13e2ec255 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:36:47 +0100 Subject: [PATCH] Updated SC2122 (markdown) --- SC2122.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2122.md b/SC2122.md index eb456ce..cf62f5a 100644 --- a/SC2122.md +++ b/SC2122.md @@ -1,4 +1,4 @@ -## >= is not a valid operator. Use '! a < b' instead. +## `>=` is not a valid operator. Use `! a < b` instead. ### Problematic code: