From 633d5b0d64272e66d17e89fa04a3d0e38e4d443b Mon Sep 17 00:00:00 2001 From: Sergey Levitin Date: Sat, 24 Oct 2020 21:09:17 +0300 Subject: [PATCH] Fix typo --- src/dispatching/dialogue/storage/in_mem_storage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching/dialogue/storage/in_mem_storage.rs b/src/dispatching/dialogue/storage/in_mem_storage.rs index c423eb02..468a305e 100644 --- a/src/dispatching/dialogue/storage/in_mem_storage.rs +++ b/src/dispatching/dialogue/storage/in_mem_storage.rs @@ -8,7 +8,7 @@ use tokio::sync::Mutex; /// /// ## Note /// All the dialogues will be lost after you restart your bot. If you need to -/// store them somewhere on a drive, should should use [`SqliteStorage`], +/// store them somewhere on a drive, you should use [`SqliteStorage`], /// [`RedisStorage`] or implement your own. /// /// [`RedisStorage`]: crate::dispatching::dialogue::RedisStorage