diff --git a/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php b/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php index 3e6294b0fa..a2341aadbd 100644 --- a/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php +++ b/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php @@ -20,7 +20,7 @@ use Symfony\Component\Workflow\Marking; * This store deals with a "single state" or "multiple state" Marking. * * "single state" Marking means a subject can be in one and only one state at - * the same time. Use it with state machine or specific workflow. + * the same time. Use it with state machine. * * "multiple state" Marking means a subject can be in many states at the same * time. Use it with workflow.