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: