mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
Fix typos
This commit is contained in:
@@ -5,7 +5,7 @@ namespace DesignPatterns\Behavioral\Mediator\Subsystem;
|
||||
use DesignPatterns\Behavioral\Mediator\Colleague;
|
||||
|
||||
/**
|
||||
* Client is a client that makes requests and gets the response response.
|
||||
* Client is a client that makes requests and gets the response.
|
||||
*/
|
||||
class Client extends Colleague
|
||||
{
|
||||
|
Reference in New Issue
Block a user