From 930383d6b58146590b422bff9fca82834ac6301f Mon Sep 17 00:00:00 2001 From: waldo1001 Date: Mon, 13 Dec 2021 17:09:19 +0100 Subject: [PATCH] Quite --- content/BCBestPractices/Readability/unnecessary-else/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/BCBestPractices/Readability/unnecessary-else/index.md b/content/BCBestPractices/Readability/unnecessary-else/index.md index de29e469..c3b0f301 100644 --- a/content/BCBestPractices/Readability/unnecessary-else/index.md +++ b/content/BCBestPractices/Readability/unnecessary-else/index.md @@ -6,7 +6,7 @@ weight = 1270 <_Created by Microsoft, Described by waldo_\> ## Description -`else` should not be used when the last action in the `then` part is an `exit`, `break`, `skip`, `quite`, `error`. +`else` should not be used when the last action in the `then` part is an `exit`, `break`, `skip`, `quit`, `error`. ## Bad code