Fix a typo in README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-07-26 04:24:38 +06:00 committed by GitHub
parent f799f4f253
commit c7f0f1609e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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