From d04f04b6e9bc7cb74eceebdfc595801bd4f615d4 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Sun, 4 Oct 2015 01:47:06 -0400 Subject: [PATCH] Updated SC2160 (markdown) --- SC2160.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2160.md b/SC2160.md index 85f18c7..d1ca092 100644 --- a/SC2160.md +++ b/SC2160.md @@ -25,7 +25,7 @@ This is a stylistic suggestion to use `true` instead of `[ true ]`. `[ true ]` seems to suggest that the value "true" is somehow relevant to the statement. This is not the case, it doesn't matter. You can replace it with `[ false ]` or `[ wombat ]`, and it will still always be true: String | In brackets | Outside brackets ---------+--------------+----------------- +--------|--------------|----------------- true | true | true false | true | false wombat | true | unknown command