From 37e6d9ac36b5da07d45655220eb360de5cc5dca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-Ren=20Lin=29?= Date: Sat, 7 Oct 2017 04:31:22 +0800 Subject: [PATCH] Fix markup --- SC2003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2003.md b/SC2003.md index 47a41c6..114afd6 100644 --- a/SC2003.md +++ b/SC2003.md @@ -1,4 +1,4 @@ -# expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. +# expr is antiquated. Consider rewriting this using $((..)), ${} or \[\[ \]\]. ### Problematic code: