Don't capitalise letters after dashes

This commit is contained in:
Temirkhan Myrzamadi 2021-05-08 18:21:11 +06:00
parent 03837c66f2
commit 5585143ac2

View file

@ -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