From 7f578a8918c6f5e545f1aa43ae35c677ca582b89 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sun, 9 May 2021 23:06:35 -0700 Subject: [PATCH] Paraphrase src/utils/command.rs Co-authored-by: Waffle Lapkin --- src/utils/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/command.rs b/src/utils/command.rs index 8c3b445d..ae82f713 100644 --- a/src/utils/command.rs +++ b/src/utils/command.rs @@ -198,7 +198,7 @@ pub use teloxide_macros::BotCommand; /// 4. `#[command(prefix = "prefix")]` /// 5. `#[command(separator = "sep")]` /// -/// These boys just override the corresponding `enum` attributes for a specific +/// These attributes just override the corresponding `enum` attributes for a specific /// variant. /// /// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html