From dcca8f7af6d21711c8e54977d98ba1d687e81418 Mon Sep 17 00:00:00 2001 From: JustinBen-Tzioni <35879294+JustinBen-Tzioni@users.noreply.github.com> Date: Tue, 15 Jan 2019 03:21:06 +0200 Subject: [PATCH] Reduced and rephrased words for enhanced clarity (#28730) --- .../algorithm-design-patterns/behavioral-patterns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md b/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md index 0b026a1aed..18975f932e 100644 --- a/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md +++ b/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md @@ -4,7 +4,7 @@ title: Behavioral Patterns ## Behavioral patterns -Behavioral design patterns are design patterns that identify common communication problems between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication, making the software more reliable and easy to maintain. +Behavioral patterns are design patterns that identify common communication problems between objects and realize these patterns. In so doing, these patterns increase flexibility in carrying out communication, making the software more reliable and easy to mantain. Examples of this type of design pattern include: