From 32f0ec017f765239b912ba6fef58dd6d25e74c29 Mon Sep 17 00:00:00 2001 From: Patrick Schiefer <35697862+PatrickSchiefer@users.noreply.github.com> Date: Tue, 14 Jun 2022 15:16:03 +0200 Subject: [PATCH] Update content/docs/patterns/template-method-pattern/index.md Co-authored-by: Henrik Helgesen --- content/docs/patterns/template-method-pattern/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/patterns/template-method-pattern/index.md b/content/docs/patterns/template-method-pattern/index.md index c8e5c3f7..a75ff5e6 100644 --- a/content/docs/patterns/template-method-pattern/index.md +++ b/content/docs/patterns/template-method-pattern/index.md @@ -43,7 +43,7 @@ codeunit 50010 ExportSalesLines //TODO Implementation of procedures used in example } ``` -As you can see in this example the readability gets bader with every new case. +As you can see in this example the readability gets worse with every new case. ## The Pattern To implement the Pattern you need at least 3 objects: