This commit is contained in:
Dmitriy Simushev 2014-04-24 11:53:25 +04:00
parent edfa76452e
commit 0377b73fc4

View File

@ -50,7 +50,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
* Plugin's constructor. * Plugin's constructor.
* *
* The code is situated here can initialize the plugin but cannot depend * The code is situated here can initialize the plugin but cannot depend
* on other plugins. All dependent code shuold be placed in "run" method. * on other plugins. All dependent code should be placed in "run" method.
* *
* The current implementation just checks plugin's configurations. * The current implementation just checks plugin's configurations.
* *