From bd4b74a2971758fdca9813732ee5723d4d633adc Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 3 Oct 2022 20:28:57 +0600 Subject: [PATCH] Fix a typo in `tests/command.rs` --- tests/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/command.rs b/tests/command.rs index f8fe32a7..135610cf 100644 --- a/tests/command.rs +++ b/tests/command.rs @@ -3,7 +3,7 @@ use teloxide_macros::BotCommands; // Import only trait _methods_, such that we can call `parse`, but we also test -// that proc macros works without the trait being imported. +// that proc macros work without the trait being imported. use teloxide::utils::command::BotCommands as _; #[test]