From fccb25586f11bee1052bc088f0a5588f9cdcafb7 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 26 Feb 2020 12:52:46 +0200 Subject: Update spdlog.h --- include/spdlog/spdlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/spdlog/spdlog.h') diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index 541986dd..7a05e6fe 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -39,7 +39,7 @@ inline std::shared_ptr create(std::string logger_name, SinkArgs // Initialize and register a logger, // formatter and flush level will be set according the global settings. // -// Useful when creating loggers manually and initializing them according to the global settings. +// Useful for initializing manually created loggers with the global settings. // // Example: // auto console_sink = std::make_shared(); -- cgit v1.2.3