Skip to content

Commit 3f7c3d0

Browse files
holtkampOskarStark
andauthored
Update workflow/workflow-and-state-machine.rst
Co-Authored-By: Oskar Stark <[email protected]>
1 parent 13d214c commit 3f7c3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/workflow-and-state-machine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Workflows and state machines that are defined in a configuration file will be va
322322
$definition = new Definition($states, $stateTransitions); //No validation is done upon initialization
323323
324324
$validator = new StateMachineValidator();
325-
$validator->validate($definition, 'My First StateMachine'); //Throws InvalidDefinitionException in case of an invalid Definition
325+
$validator->validate($definition, 'My First StateMachine'); // Throws InvalidDefinitionException in case of an invalid definition
326326
327327

328328
.. _`Petri nets`: https://en.wikipedia.org/wiki/Petri_net

0 commit comments

Comments
 (0)