From 42ef8ee7b33b299011865f3c74df7188a50e8bf5 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Thu, 21 Jul 2016 11:16:07 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e319f7..3ed583e 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,7 @@ Sequence diagram for the state pattern: If we want to implement this using state pattern, we would need to make a new class for all the combinations of the all the states. ### e. Flavors -* hierarchical state pattern +* role based state pattern * Classical state pattern ### f. Examples