mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
Fixed typo
This commit is contained in:
@@ -6,7 +6,7 @@ Purpose
|
||||
|
||||
To translate one interface for a class into a compatible interface. An
|
||||
adapter allows classes to work together that normally could not because
|
||||
of incompatible interfaces by providing it's interface to clients while
|
||||
of incompatible interfaces by providing its interface to clients while
|
||||
using the original interface.
|
||||
|
||||
Examples
|
||||
|
Reference in New Issue
Block a user