Skip to content

Commit 70e2b42

Browse files
authored
Update README.md
1 parent c4779e2 commit 70e2b42

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,17 +416,13 @@ Example:
416416

417417
Fsm::Transition (*)(Fsm::ImplPtr impl, Fsm::Event event)
418418

419-
- Entry/Exit actions. Actions are member functions of an interface/class.
420-
421-
void (Fsm::ImplPtr)()
422-
423-
- Transition actions. Actions are member functions of an interface/class.
419+
- Transition actions, Entry/Exit actions. Actions are member functions of an interface/class.
424420

425421
void (Fsm::ImplPtr)(Fsm::Event event)
426422

427423
### Execution order
428424

429-
The order of execution of guards/actions/entry/exit are as follows:
425+
The order of execution of transitions are as follows:
430426

431427
- Evaluation of all necessary guards to select a transition
432428
- Exit actions from source state up to least common ancestor parent state

0 commit comments

Comments
 (0)