fix typo sig delim in comment (#328)

This commit is contained in:
Daniel M. Capella
2022-03-06 08:34:25 +00:00
committed by GitHub
parent f79e0ae4fb
commit 4dc1be25cd
+1 -1
View File
@@ -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>,