From 6f2c11ad2f64eca23cbbea6d76b6d3bd918d43f3 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Fri, 16 Apr 2021 13:43:40 +0200 Subject: [PATCH] [Workflow] Updated wording on comment --- workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;