mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Fix typo
This commit is contained in:
parent
75c7899f2c
commit
633d5b0d64
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use tokio::sync::Mutex;
|
||||||
///
|
///
|
||||||
/// ## Note
|
/// ## Note
|
||||||
/// All the dialogues will be lost after you restart your bot. If you need to
|
/// 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`] or implement your own.
|
||||||
///
|
///
|
||||||
/// [`RedisStorage`]: crate::dispatching::dialogue::RedisStorage
|
/// [`RedisStorage`]: crate::dispatching::dialogue::RedisStorage
|
||||||
|
|
Loading…
Reference in a new issue