diff --git a/workflow.rst b/workflow.rst index e698fd70290..aeb5e570fdc 100644 --- a/workflow.rst +++ b/workflow.rst @@ -248,7 +248,7 @@ machine type, use ``camelCased workflow name + StateMachine``:: { private $blogPublishingWorkflow; - // this injects the blog_publishing workflow configured before + // Symfony will inject the blog_publishing workflow configured before public function __construct(WorkflowInterface $blogPublishingWorkflow) { $this->blogPublishingWorkflow = $blogPublishingWorkflow;