From 5155a0c3581ee3c157fd591d26bd29da143fc33a Mon Sep 17 00:00:00 2001 From: Konstantinos Psychas Date: Sat, 23 Nov 2019 19:20:13 -0500 Subject: [PATCH] Update design-patterns-for-humans.md A typo that may cause confusion. --- storage/guides/design-patterns-for-humans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/guides/design-patterns-for-humans.md b/storage/guides/design-patterns-for-humans.md index df5e29eaa..d4618c2b7 100644 --- a/storage/guides/design-patterns-for-humans.md +++ b/storage/guides/design-patterns-for-humans.md @@ -1257,7 +1257,7 @@ In plain words Wikipedia says > In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication. -There are 7 types of 10 types of behavioral design patterns +There are 10 types of behavioral design patterns * [Chain of Responsibility](#-chain-of-responsibility) * [Command](#-command)