mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix typo
@@ -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
|
||||||
|
Reference in New Issue
Block a user