diff --git a/src/dispatching/dialogue/storage/mod.rs b/src/dispatching/dialogue/storage/mod.rs index 22965ff3..dbf4c25a 100644 --- a/src/dispatching/dialogue/storage/mod.rs +++ b/src/dispatching/dialogue/storage/mod.rs @@ -67,7 +67,7 @@ pub trait Storage { where D: Send + 'static; - /// Extracts a dialogue indexed by `chat_id`. + /// Returns the dialogue indexed by `chat_id`. #[must_use = "Futures are lazy and do nothing unless polled with .await"] fn get_dialogue( self: Arc,