Fix typo

Ven
2021-04-12 00:19:40 +02:00
parent 4e2453643c
commit 8fee333ff5

@@ -23,7 +23,6 @@ Note in particular that `[..]` do *not* work like parentheses in other languages
# Invalid # Invalid
[[ x ] || [ y ]] [[ x ] || [ y ]]
``` ```
Instead, use one of
You would instead use two separate test expressions joined by `||`: You would instead use two separate test expressions joined by `||`:
```sh ```sh