From 2c961dd70a76b5c7d43c1eb69427994f71b15ffb Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:12:21 +0100 Subject: [PATCH] Updated SC1139 (markdown) --- SC1139.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1139.md b/SC1139.md index dbed380..55c6c34 100644 --- a/SC1139.md +++ b/SC1139.md @@ -1,4 +1,4 @@ -## Use || instead of '-o' between test commands. +## Use `||` instead of `-o` between test commands. And variations, like "Use `&&` instead of `and`".