mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Don't capitalise letters after dashes
This commit is contained in:
parent
03837c66f2
commit
5585143ac2
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ pub use sqlite_storage::{SqliteStorage, SqliteStorageError};
|
||||||
///
|
///
|
||||||
/// Currently we support the following storages out of the box:
|
/// Currently we support the following storages out of the box:
|
||||||
///
|
///
|
||||||
/// - [`InMemStorage`] -- A storage based on [`std::collections::HashMap`].
|
/// - [`InMemStorage`] -- a storage based on [`std::collections::HashMap`].
|
||||||
/// - [`RedisStorage`] -- A Redis-based storage.
|
/// - [`RedisStorage`] -- a Redis-based storage.
|
||||||
/// - [`SqliteStorage`] -- An SQLite-based persistent storage.
|
/// - [`SqliteStorage`] -- an SQLite-based persistent storage.
|
||||||
///
|
///
|
||||||
/// [`InMemStorage`]: crate::dispatching::dialogue::InMemStorage
|
/// [`InMemStorage`]: crate::dispatching::dialogue::InMemStorage
|
||||||
/// [`RedisStorage`]: crate::dispatching::dialogue::RedisStorage
|
/// [`RedisStorage`]: crate::dispatching::dialogue::RedisStorage
|
||||||
|
|
Loading…
Reference in a new issue