From a04e3a2dc842be9f9a983fa45435ed46b7630d9d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 1 Jun 2021 20:47:16 -0700 Subject: [PATCH] Comment --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index dc4d2faa..286d6a7f 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1,4 +1,4 @@ -// Formatting library for C++ - the core API +// Formatting library for C++ - the core API for char/UTF-8 // // Copyright (c) 2012 - present, Victor Zverovich // All rights reserved.