Fix the teloxide::handler! docs

This commit is contained in:
Hirrolot 2022-04-18 22:47:00 +06:00
parent 4ee174126d
commit 3df389fcaa

View file

@ -203,8 +203,8 @@ where
/// - For `State::MyVariant(param,)` and `State::MyVariant { param, }`, the
/// payload is `(param,)`.
/// - For `State::MyVariant(param1, ..., paramN)` and `State::MyVariant {
/// param1, ..., paramN }`, the payload is `(param1, ..., paramN)` (where `N`
/// > 1).
/// param1, ..., paramN }`, the payload is `(param1, ..., paramN)` (where
/// `N`>1).
///
/// ## Dependency requirements
///