diff --git a/SC1033.md b/SC1033.md index 3c35bc7..f4529eb 100644 --- a/SC1033.md +++ b/SC1033.md @@ -23,7 +23,6 @@ Note in particular that `[..]` do *not* work like parentheses in other languages # Invalid [[ x ] || [ y ]] ``` -Instead, use one of You would instead use two separate test expressions joined by `||`: ```sh