From 87f5a60b905bdf3159bf64869adc6bc633686dee Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 21 May 2017 03:06:35 +0300 Subject: [PATCH] Update ansicolor_sink.h --- include/spdlog/sinks/ansicolor_sink.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/spdlog/sinks/ansicolor_sink.h b/include/spdlog/sinks/ansicolor_sink.h index f5faf857..9b210c2a 100644 --- a/include/spdlog/sinks/ansicolor_sink.h +++ b/include/spdlog/sinks/ansicolor_sink.h @@ -18,8 +18,7 @@ namespace sinks { /** - * @brief The ansi_color_sink is a decorator around another sink and prefixes - * the output with an ANSI escape sequence color code depending on the severity + * @brief The ansi_color_sink prefixes the output with an ANSI escape sequence color code depending on the severity * of the message. */ template