From 1abbf6d58dca698dc1f97553eba8918919d13067 Mon Sep 17 00:00:00 2001 From: Josh Rabinowitz Date: Sat, 8 Sep 2018 12:22:53 -0400 Subject: [PATCH] fix quoting --- SC2236.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2236.md b/SC2236.md index d993c0a..e72bbc7 100644 --- a/SC2236.md +++ b/SC2236.md @@ -1,6 +1,6 @@ ## Use `-n` instead of `! -z`. -(or "Use `-z` instead of `! -n`) +(or "Use `-z` instead of `! -n`") ### Problematic code: