From 8fee333ff541cc053e282a79a88f31113e0e2b06 Mon Sep 17 00:00:00 2001 From: Ven Date: Mon, 12 Apr 2021 00:19:40 +0200 Subject: [PATCH] Fix typo --- SC1033.md | 1 - 1 file changed, 1 deletion(-) 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