From 0daff74d14c31c6602e9178fc789b393b970c461 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Fri, 7 Oct 2022 14:06:42 +0400 Subject: [PATCH] fixups Former-commit-id: dc9ba4dd11c82bfc100eeee498f614a579a16d36 --- src/dispatching/repls/repl.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dispatching/repls/repl.rs b/src/dispatching/repls/repl.rs index e6fe69cb..fd26e6e2 100644 --- a/src/dispatching/repls/repl.rs +++ b/src/dispatching/repls/repl.rs @@ -34,7 +34,7 @@ use std::fmt::Debug; /// /// Each of these types can be accepted as a handler parameter. Note that they /// aren't all required at the same time: e.g., you can take only the bot and -/// the command without [`Me`] and [`Message`]. +/// the message without [`Me`]. /// /// [`Me`]: crate::types::Me /// [`Message`]: crate::types::Message @@ -88,7 +88,7 @@ where /// /// Each of these types can be accepted as a handler parameter. Note that they /// aren't all required at the same time: e.g., you can take only the bot and -/// the command without [`Me`] and [`Message`]. +/// the message without [`Me`]. /// /// [`Me`]: crate::types::Me /// [`Message`]: crate::types::Message