From 7ca6a4fb27c7db771abbb2c883efc0ce395f7e0c Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 9 May 2025 02:49:36 +0300 Subject: [PATCH] Update commemt --- include/spdlog/spdlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index ed3dcdcb..1a927ffc 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -95,7 +95,7 @@ SPDLOG_API void set_error_handler(void (*handler)(const std::string &msg)); SPDLOG_API void register_logger(std::shared_ptr logger); // Register the given logger with the given name -// Will replace the existing logger with the same name if exists. +// Will replace any existing logger with the same name. SPDLOG_API void register_or_replace(std::shared_ptr logger); // Apply a user-defined function on all registered loggers