mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-03 20:45:31 +02:00
grammatical correction
This commit is contained in:
parent
5f76faeb1c
commit
0d3744cb92
@ -8,7 +8,7 @@ namespace DesignPatterns\AbstractFactory;
|
|||||||
* Purpose:
|
* Purpose:
|
||||||
* to create series of related or dependant objects without specifying their concrete classes,
|
* to create series of related or dependant objects without specifying their concrete classes,
|
||||||
* usually the created classes all implement the same interface. The client of the abstract
|
* usually the created classes all implement the same interface. The client of the abstract
|
||||||
* factory does not care about how these objects are created, he just knows they goes together.
|
* factory does not care about how these objects are created, he just knows they go together.
|
||||||
*
|
*
|
||||||
* Sometimes also known as "Kit" in a GUI libraries.
|
* Sometimes also known as "Kit" in a GUI libraries.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user