fixed naming of State pattern

This commit is contained in:
Dominik Liebler 2013-10-07 13:24:06 +02:00
parent 9249b40856
commit 17a0abb527

View File

@ -41,7 +41,7 @@ The patterns can be structured in roughly three different categories. Please cli
* [Mediator](Mediator) [:notebook:](http://en.wikipedia.org/wiki/Mediator_pattern)
* [NullObject](NullObject) [:notebook:](http://en.wikipedia.org/wiki/Null_Object_pattern)
* [Observer](Observer) [:notebook:](http://en.wikipedia.org/wiki/Observer_pattern)
* [StatePattern](State) [:notebook:](http://en.wikipedia.org/wiki/State_pattern)
* [State](State) [:notebook:](http://en.wikipedia.org/wiki/State_pattern)
* [Strategy](Strategy) [:notebook:](http://en.wikipedia.org/wiki/Strategy_pattern)
* [TemplateMethod](TemplateMethod) [:notebook:](http://en.wikipedia.org/wiki/Template_method_pattern)
* [Visitor](Visitor) [:notebook:](http://en.wikipedia.org/wiki/Visitor_pattern)