From b4542ffe46589f887ad0245c1dc4fdb6f34ae7e9 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Fri, 25 Sep 2015 10:41:02 -0400 Subject: [PATCH] Updated SC2065 (markdown) --- SC2065.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: