From 7c1af1265bbb8a69189db8b7e9d556e6a46ba3ea Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sun, 24 Jul 2022 18:57:33 +0600 Subject: [PATCH] A doc fix for `Dispatcher` Former-commit-id: 7b18d62296b8fb8e7e656a7de41f1003de16d816 --- src/dispatching/dispatcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching/dispatcher.rs b/src/dispatching/dispatcher.rs index 27a82f47..9e009401 100644 --- a/src/dispatching/dispatcher.rs +++ b/src/dispatching/dispatcher.rs @@ -174,7 +174,7 @@ where /// The base for update dispatching. /// -/// Updates from different chats are handles concurrently, whereas updates from +/// Updates from different chats are handled concurrently, whereas updates from /// the same chats are handled sequentially. If the dispatcher is unable to /// determine a chat ID of an incoming update, it will be handled concurrently. /// Note that this behaviour can be altered with [`distribution_function`].