diff --git a/crates/teloxide/src/utils/command.rs b/crates/teloxide/src/utils/command.rs index be27c560..78a4df7c 100644 --- a/crates/teloxide/src/utils/command.rs +++ b/crates/teloxide/src/utils/command.rs @@ -177,7 +177,7 @@ pub use teloxide_macros::BotCommands; /// /// 5. `#[command(hide)]` /// Hide a command from the help message. It will still be parsed. -/// +/// /// ## Example /// ``` /// # #[cfg(feature = "macros")] {