Merge pull request #57 from zackkatz/patch-1

Spelling update
This commit is contained in:
Dominik Liebler
2014-01-27 09:08:31 -08:00

View File

@@ -15,5 +15,5 @@ namespace DesignPatterns\ChainOfResponsibilities;
*/
class Request
{
// getter and setter but I don't want to generate to much noise in handlers
// getter and setter but I don't want to generate too much noise in handlers
}