Fix typos

This commit is contained in:
Konstantin Grachev
2016-11-07 01:39:46 +03:00
parent 10ed7cbfdd
commit 6b43ca5596
2 changed files with 3 additions and 3 deletions

View File

@@ -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
{