Fix docs for EventDispatcher\Events::BUTTON_GENERATE const

This commit is contained in:
Dmitriy Simushev 2015-04-15 14:30:44 +00:00
parent 47672a5eb6
commit 7a09546198

View File

@ -57,7 +57,7 @@ final class Events
/** /**
* A button is generated. * A button is generated.
* *
* This event is triggered after a button has been deleted. An associative * This event is triggered after a button has been generated. An associative
* array with the following items is passed to the event handlers: * array with the following items is passed to the event handlers:
* - "button": an instance of {@link \Canteen\HTML5\Fragment} which * - "button": an instance of {@link \Canteen\HTML5\Fragment} which
* represents markup of the button. * represents markup of the button.