From 63fc4938deb4a07f02df4e12e56972abe08bfbce Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Sun, 29 Apr 2018 00:44:43 -0400 Subject: [PATCH] Reordered cases for example 2 from descending order of obviousness. --- Scripting:-chk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting:-chk.md b/Scripting:-chk.md index b7e1678..f2bd940 100644 --- a/Scripting:-chk.md +++ b/Scripting:-chk.md @@ -21,7 +21,7 @@ True: `chk HeLlO hElLo` **Example 2** False: `chk hello bye` False: `chk hello konichiwa` -False: `chk hello hello.` +False: `chk hello hello.` False: `chk zero 0` ## Notes