diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index facb0b3f..ee723a62 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -40,7 +40,7 @@ inline std::shared_ptr create(std::string logger_name, SinkArgs // formatter and flush level will be set according the global settings. // // NOTE: -// Use this function when creating loggers manually. +// Useful when creating loggers manually and initializing them according to the global settings. // // Example: // auto console_sink = std::make_shared();