From 533c7de07b7c92b57a5e24bad8b68381cd8f0693 Mon Sep 17 00:00:00 2001 From: drakbar Date: Sun, 16 Jul 2023 20:14:00 -0500 Subject: [PATCH] fix comment specify difference --- include/spdlog/pattern_formatter-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/pattern_formatter-inl.h b/include/spdlog/pattern_formatter-inl.h index 1d5c5252..edede902 100644 --- a/include/spdlog/pattern_formatter-inl.h +++ b/include/spdlog/pattern_formatter-inl.h @@ -727,7 +727,7 @@ private: }; #if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING) -// mark the color range. expect it to be in the form of "%^colored text%$" +// mark the style range. expect it to be in the form of "%^colored text%$" or "%{style_spec}^styled text%$" class color_start_formatter final : public flag_formatter { public: