1 parent 93258af commit e05b94fCopy full SHA for e05b94f
1 file changed
docs/states-and-transitions.md
@@ -29,7 +29,7 @@ A state machine consists of a set of **states**, e.g:
29
fsm.state; // 'solid'
30
fsm.melt();
31
fsm.state; // 'liquid'
32
- fsm.vaporise();
+ fsm.vaporize();
33
fsm.state; // 'gas'
34
```
35
0 commit comments