Skip to content

Commit 17a0abb

Browse files
author
Dominik Liebler
committed
fixed naming of State pattern
1 parent 9249b40 commit 17a0abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The patterns can be structured in roughly three different categories. Please cli
4141
* [Mediator](Mediator) [:notebook:](http://en.wikipedia.org/wiki/Mediator_pattern)
4242
* [NullObject](NullObject) [:notebook:](http://en.wikipedia.org/wiki/Null_Object_pattern)
4343
* [Observer](Observer) [:notebook:](http://en.wikipedia.org/wiki/Observer_pattern)
44-
* [StatePattern](State) [:notebook:](http://en.wikipedia.org/wiki/State_pattern)
44+
* [State](State) [:notebook:](http://en.wikipedia.org/wiki/State_pattern)
4545
* [Strategy](Strategy) [:notebook:](http://en.wikipedia.org/wiki/Strategy_pattern)
4646
* [TemplateMethod](TemplateMethod) [:notebook:](http://en.wikipedia.org/wiki/Template_method_pattern)
4747
* [Visitor](Visitor) [:notebook:](http://en.wikipedia.org/wiki/Visitor_pattern)

0 commit comments

Comments
 (0)