We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 019291c + 41c3927 commit ac94400Copy full SHA for ac94400
README.md
@@ -55,7 +55,6 @@ We place those machines in a single class where they could 'talk with each other
55
```C#
56
Fsm<State, Trigger>.Builder(State.STANDING)
57
.State(State.DUCKING)
58
- .TransitionTo(State.STANDING).On(Trigger.DOWN)
59
.TransitionTo(State.STANDING).On(Trigger.UP)
60
.State(State.STANDING)
61
.TransitionTo(State.DUCKING).On(Trigger.DOWN)
0 commit comments