From 4dc1be25cd7282b1da4f4146dd759ee9a8c885f5 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sun, 6 Mar 2022 08:34:25 +0000 Subject: [PATCH] fix typo sig delim in comment (#328) --- src/config/deserialized_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/deserialized_config.rs b/src/config/deserialized_config.rs index 7067162..e26b5a0 100644 --- a/src/config/deserialized_config.rs +++ b/src/config/deserialized_config.rs @@ -23,7 +23,7 @@ pub struct DeserializedConfig { pub downloads_dir: Option, /// Represents the signature of the user. pub signature: Option, - /// Overrides the default signature delimiter "`--\n `". + /// Overrides the default signature delimiter "`-- \n`". pub signature_delimiter: Option, /// Represents the default page size for listings. pub default_page_size: Option,