mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-05 06:27:25 +02:00
fixed misspellings of dependent
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
## Purpose
|
||||
|
||||
To create series of related or dependant objects without specifying their concrete classes.
|
||||
To create series of related or dependent objects without specifying their concrete classes.
|
||||
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 how they go together.
|
||||
|
Reference in New Issue
Block a user