Update content/docs/patterns/template-method-pattern/index.md

Co-authored-by: Henrik Helgesen <henrik@helgesen.consulting>
This commit is contained in:
Patrick Schiefer 2022-06-14 15:16:03 +02:00 committed by GitHub
parent 3f02553645
commit 32f0ec017f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: