From a2450698bf26471fe9538d21c5834d7701cfd2fd Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Mon, 15 Nov 2021 11:30:17 +0100 Subject: [PATCH] Updated SC2315 (markdown) --- SC2315.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2315.md b/SC2315.md index 2105070..ca6ba8e 100644 --- a/SC2315.md +++ b/SC2315.md @@ -1,4 +1,4 @@ -## In bats, ! does not cause a test failure. Fold the `!` into the conditional! +## In bats, `!` does not cause a test failure. Fold the `!` into the conditional! ### Problematic code: