From 7c6c9e4773fe9e5cd6c3391e03acb3fac5599c7a Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:42:38 +0100 Subject: [PATCH] Updated SC2166 (markdown) --- SC2166.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2166.md b/SC2166.md index 1bd14c2..03ea18f 100644 --- a/SC2166.md +++ b/SC2166.md @@ -1,4 +1,4 @@ -## Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. +## Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined. And likewise, prefer `[ p ] || [ q ]` over `[ p -o q ]`.