DavidDurman / statechart

Statechart implementation in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in README?

maacl opened this issue · comments

Is this part of the readme correct:

State machine is in the On state. The on event is dispatched

[Out] exit
[On] entry
[On] init

Why would [Out] exit occur if the machine is in the On state?