mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45: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))
|
([dialogue_bot/src/transitions.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/transitions.rs))
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Add table
Reference in a new issue