DavidDurman / statechart

Statechart implementation in JavaScript
MIT License
100 stars 16 forks source link

Error in README? #17

Open maacl opened 7 years ago

maacl commented 7 years ago

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?