diff --git a/src/org/puremvc/as3/core/Controller.as b/src/org/puremvc/as3/core/Controller.as index 6c04e75..2bfd7e9 100644 --- a/src/org/puremvc/as3/core/Controller.as +++ b/src/org/puremvc/as3/core/Controller.as @@ -14,7 +14,7 @@ package org.puremvc.as3.core *

* In PureMVC, the Controller class follows the * 'Command and Controller' strategy, and assumes these - * responsibilities: + * responsibilities:

*