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