From 99b8c5d3795c58318d84a894f268b045d2f669a3 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 24 Sep 2020 10:04:07 +0300 Subject: [PATCH] Update bin_to_hex.h --- include/spdlog/fmt/bin_to_hex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/fmt/bin_to_hex.h b/include/spdlog/fmt/bin_to_hex.h index 5393dcac..1e2b054b 100644 --- a/include/spdlog/fmt/bin_to_hex.h +++ b/include/spdlog/fmt/bin_to_hex.h @@ -9,7 +9,7 @@ // // Support for logging binary data as hex -// format flags: +// format flags, any combination of the followng: // {:X} - print in uppercase. // {:s} - don't separate each byte with space. // {:p} - don't print the position on each line start.