A doc fix for Dispatcher

Former-commit-id: 7b18d62296
This commit is contained in:
Hirrolot 2022-07-24 18:57:33 +06:00
parent 3038892e32
commit 7c1af1265b

View file

@ -174,7 +174,7 @@ where
/// The base for update dispatching. /// 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 /// 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. /// determine a chat ID of an incoming update, it will be handled concurrently.
/// Note that this behaviour can be altered with [`distribution_function`]. /// Note that this behaviour can be altered with [`distribution_function`].