From e29d3d2eae3d13d80abecad2bddbf0ae190f3f24 Mon Sep 17 00:00:00 2001 From: Marcel Hellwig Date: Sun, 24 Sep 2023 10:16:09 +0200 Subject: [PATCH] correct docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c955fb2..7ec609c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,7 +86,7 @@ pub struct HexViewConfig { pub byte_group_separator: &'static str, /// Controls the separator between the address label and the hex output of the data. /// - /// Default is ` : ` + /// Default is `: ` pub addr_hex_separator: &'static str, /// Controls the separator between the hex output and the ASCII representation of the data. ///