mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Fix a typo in README.md
This commit is contained in:
parent
f799f4f253
commit
c7f0f1609e
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