From 4377f5ab62789bb5d3ec14b577cae976cab6872d Mon Sep 17 00:00:00 2001 From: Lionell Loh Jian An Date: Thu, 3 Jun 2021 10:18:32 -0700 Subject: [PATCH] Updated SC2109 (markdown) --- SC2109.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2109.md b/SC2109.md index 45b34a7..a1aa9c3 100644 --- a/SC2109.md +++ b/SC2109.md @@ -14,7 +14,7 @@ ### Rationale: -`||` can not be used in a `[ .. ]` test expression. Instead, make two `[ .. ]` expressions and put the `||` between them. +`||` cannot be used in a `[ .. ]` test expression. Instead, make two `[ .. ]` expressions and put the `||` between them. ### Exceptions: