Skip to content

Commit 9ac9e2f

Browse files
committed
wip
1 parent 75c0f60 commit 9ac9e2f

File tree

9 files changed

+330
-250
lines changed

9 files changed

+330
-250
lines changed

fsm/example_fsm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
stateDiagram-v2
33
[*] --> InitFSM: OnRequestStuff
44
InitFSM
5-
InitFSM --> StuffSentOut: OnStuffSentOut
65
InitFSM --> StuffFailed: OnError
6+
InitFSM --> StuffSentOut: OnStuffSentOut
77
StuffFailed
88
StuffSentOut
9-
StuffSentOut --> StuffSuccess: OnStuffSuccess
109
StuffSentOut --> StuffFailed: OnError
10+
StuffSentOut --> StuffSuccess: OnStuffSuccess
1111
StuffSuccess
1212
```

0 commit comments

Comments
 (0)