Updated SC2065 (markdown)

Mingye Wang
2015-09-25 10:41:02 -04:00
parent 4df583c67a
commit b4542ffe46

@@ -9,7 +9,7 @@
### Correct code:
```sh
[ 1 -gt 2 ] || [ 3 > 'aaa bb' ] # arithmetical, lexicographical
[ 1 -gt 2 ] || [ 3 \> 'aaa bb' ] # arithmetical, lexicographical
```
### Rationale: