From c7f0f1609e2c8b48262db7f9dcb0e7c8504b9f73 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sun, 26 Jul 2020 04:24:38 +0600 Subject: [PATCH] Fix a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7152c91..a21aaae4 100644 --- a/README.md +++ b/README.md @@ -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