mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Fixed syntax
This commit is contained in:
parent
ef70ac53d9
commit
66021e6418
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### Callback order has been changed
|
### Callback order has been changed
|
||||||
|
|
||||||
The first callback to be run is `:before` of the event. A state's `:before_exit' callback
|
The first callback to be run is `:before` of the event. A state's `:before_exit` callback
|
||||||
is now run directly before its `:exit` callback. Event-based guards are now run before
|
is now run directly before its `:exit` callback. Event-based guards are now run before
|
||||||
any of the transition guards are run. And finally, before running any state callbacks,
|
any of the transition guards are run. And finally, before running any state callbacks,
|
||||||
all (event- and transition-based) guards are run to check whether the state callbacks
|
all (event- and transition-based) guards are run to check whether the state callbacks
|
||||||
|
|
Loading…
Add table
Reference in a new issue