This commit is contained in:
Temirkhan Myrzamadi 2021-05-10 12:13:07 +06:00
parent 7f578a8918
commit c0e3064785

View file

@ -198,8 +198,8 @@ pub use teloxide_macros::BotCommand;
/// 4. `#[command(prefix = "prefix")]`
/// 5. `#[command(separator = "sep")]`
///
/// These attributes just override the corresponding `enum` attributes for a specific
/// variant.
/// These attributes just override the corresponding `enum` attributes for a
/// specific variant.
///
/// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html
/// [`BotCommand`]: crate::utils::command::BotCommand