1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

fixed typo

This commit is contained in:
Vladimir Meremyanin 2013-02-02 11:11:31 +04:00 committed by Thorsten Böttger
parent a536d77b92
commit e39b7b3f64

View file

@ -127,7 +127,7 @@ Also, you can pass parameters to events:
job.run(:running, :defragmentation)
```
In this case the set_process would be called with `:defagmentation` argument.
In this case the `set_process` would be called with `:defagmentation` argument.
### Guards