From 70032ce9728474c7940d5d1e6887c2584a7b8978 Mon Sep 17 00:00:00 2001 From: myYearOfCode <40813606+myYearOfCode@users.noreply.github.com> Date: Sat, 3 Nov 2018 03:07:59 -0400 Subject: [PATCH] removing half tag " tag --- .../algorithm-design-patterns/creational-patterns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/algorithms/algorithm-design-patterns/creational-patterns/index.md b/guide/english/algorithms/algorithm-design-patterns/creational-patterns/index.md index 98252c6381..a634f9f97f 100644 --- a/guide/english/algorithms/algorithm-design-patterns/creational-patterns/index.md +++ b/guide/english/algorithms/algorithm-design-patterns/creational-patterns/index.md @@ -7,7 +7,7 @@ title: Creational patterns Creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or in added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation. -Creational design patterns are composed of two dominant ideas. One is encapsulating knowledge about which concrete classes the system uses. Another is hiding how instances of these concrete classes are created and combined. +Creational design patterns are composed of two dominant ideas. One is encapsulating knowledge about which concrete classes the system uses. Another is hiding how instances of these concrete classes are created and combined. Five well-known design patterns that are parts of creational patterns are: