Spelling update

This commit is contained in:
Zack Katz
2013-12-10 12:59:35 -07:00
parent 8321d06e9f
commit 299e4074da

View File

@@ -15,5 +15,5 @@ namespace DesignPatterns\ChainOfResponsibilities;
*/ */
class Request 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
} }