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: