mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 20:40:24 +00:00
fix typo sig delim in comment (#328)
This commit is contained in:
parent
f79e0ae4fb
commit
4dc1be25cd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pub struct DeserializedConfig {
|
||||||
pub downloads_dir: Option<PathBuf>,
|
pub downloads_dir: Option<PathBuf>,
|
||||||
/// Represents the signature of the user.
|
/// Represents the signature of the user.
|
||||||
pub signature: Option<String>,
|
pub signature: Option<String>,
|
||||||
/// Overrides the default signature delimiter "`--\n `".
|
/// Overrides the default signature delimiter "`-- \n`".
|
||||||
pub signature_delimiter: Option<String>,
|
pub signature_delimiter: Option<String>,
|
||||||
/// Represents the default page size for listings.
|
/// Represents the default page size for listings.
|
||||||
pub default_page_size: Option<usize>,
|
pub default_page_size: Option<usize>,
|
||||||
|
|
Loading…
Reference in a new issue