diff --git a/SC2065.md b/SC2065.md index fdfcb1f..fad32df 100644 --- a/SC2065.md +++ b/SC2065.md @@ -9,7 +9,7 @@ ### Correct code: ```sh -[ 1 -gt 2 ] || [ 3 > 'aaa bb' ] # arithmetical, lexicographical +[ 1 -gt 2 ] || [ 3 \> 'aaa bb' ] # arithmetical, lexicographical ``` ### Rationale: