mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
fix typo
This commit is contained in:
parent
f563244d1e
commit
780e30c4e0
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ job.aasm.current_state # stage3
|
|||
```
|
||||
|
||||
|
||||
### Multiple state machine per class
|
||||
### Multiple state machines per class
|
||||
|
||||
Multiple state machines per class are supported. Be aware though, that _AASM_ has been
|
||||
built with one state machine per class in mind. Nonetheless, here's how to do it:
|
||||
|
|
Loading…
Reference in a new issue