Merge branch 'finally-fine-dialogue-dispatch' of https://github.com/teloxide/teloxide into finally-fine-dialogue-dispatch

This commit is contained in:
Temirkhan Myrzamadi 2020-07-26 04:34:41 +06:00
commit e9b797fe61

View file

@ -222,7 +222,7 @@ pub struct ReceiveLocationState {
}
```
... and here are transition functions, which turn one state into another:
... and here are the transition functions, which turn one state into another:
([dialogue_bot/src/transitions.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/transitions.rs))
```rust