updated doc

This commit is contained in:
Issei.M 2014-04-17 15:05:16 +09:00
parent 0ecdda1770
commit b1202b030b

View File

@ -104,7 +104,7 @@ final class KernelEvents
const TERMINATE = 'kernel.terminate';
/**
* The REQUEST_FINISHED event occurs when a response was generated for a request.
* The FINISH_REQUEST event occurs when a response was generated for a request.
*
* This event allows you to reset the global and environmental state of
* the application, when it was changed during the request.