From 04b254bcb2719cbe1d8fbc480abd826294a2460c Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:17:10 +0100 Subject: [PATCH] Updated SC2015 (markdown) --- SC2015.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2015.md b/SC2015.md index b7f6edd..df5f986 100644 --- a/SC2015.md +++ b/SC2015.md @@ -1,4 +1,4 @@ -# Note that A && B || C is not if-then-else. C may run when A is true. +# Note that `A && B || C` is not if-then-else. C may run when A is true. ### Problematic code: