Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed291cd

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#80 from irfanevrens/patch-1
Prototype to Pool
2 parents 978825c + 01954f1 commit ed291cd

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
@@ -18,7 +18,7 @@ The patterns can be structured in roughly three different categories. Please cli
1818
* [FactoryMethod](FactoryMethod) [:notebook:](http://en.wikipedia.org/wiki/Factory_method_pattern)
1919
* [StaticFactory](StaticFactory)
2020
* [Prototype](Prototype) [:notebook:](http://en.wikipedia.org/wiki/Prototype_pattern)
21-
* [Pool](Prototype) [:notebook:](http://en.wikipedia.org/wiki/Object_pool_pattern)
21+
* [Pool](Pool) [:notebook:](http://en.wikipedia.org/wiki/Object_pool_pattern)
2222
* [Singleton](Singleton) [:notebook:](http://en.wikipedia.org/wiki/Singleton_pattern) (is considered an anti-pattern! :no_entry:)
2323
* [Multiton](Multiton) (is considered an anti-pattern! :no_entry:)
2424

0 commit comments

Comments
 (0)