mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Merge branch 'finally-fine-dialogue-dispatch' of https://github.com/teloxide/teloxide into finally-fine-dialogue-dispatch
This commit is contained in:
commit
e9b797fe61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue