Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978825c commit 01954f1Copy full SHA for 01954f1
README.md
@@ -18,7 +18,7 @@ The patterns can be structured in roughly three different categories. Please cli
18
* [FactoryMethod](FactoryMethod) [:notebook:](http://en.wikipedia.org/wiki/Factory_method_pattern)
19
* [StaticFactory](StaticFactory)
20
* [Prototype](Prototype) [:notebook:](http://en.wikipedia.org/wiki/Prototype_pattern)
21
-* [Pool](Prototype) [:notebook:](http://en.wikipedia.org/wiki/Object_pool_pattern)
+* [Pool](Pool) [:notebook:](http://en.wikipedia.org/wiki/Object_pool_pattern)
22
* [Singleton](Singleton) [:notebook:](http://en.wikipedia.org/wiki/Singleton_pattern) (is considered an anti-pattern! :no_entry:)
23
* [Multiton](Multiton) (is considered an anti-pattern! :no_entry:)
24
0 commit comments