mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
fix typo sig delim in comment (#328)
This commit is contained in:
committed by
GitHub
parent
f79e0ae4fb
commit
4dc1be25cd
@@ -23,7 +23,7 @@ pub struct DeserializedConfig {
|
||||
pub downloads_dir: Option<PathBuf>,
|
||||
/// Represents the signature of the user.
|
||||
pub signature: Option<String>,
|
||||
/// Overrides the default signature delimiter "`--\n `".
|
||||
/// Overrides the default signature delimiter "`-- \n`".
|
||||
pub signature_delimiter: Option<String>,
|
||||
/// Represents the default page size for listings.
|
||||
pub default_page_size: Option<usize>,
|
||||
|
||||
Reference in New Issue
Block a user