From de52ea25f961a044b11d0cb1bb5dca50b9b3cb85 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sat, 8 May 2021 05:43:34 -0700 Subject: [PATCH] Update src/dispatching/dialogue/storage/mod.rs Co-authored-by: Waffle Lapkin --- src/dispatching/dialogue/storage/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,