From c112af7f5616c1f7c090e3699861a9d962b022f0 Mon Sep 17 00:00:00 2001 From: terik23 Date: Fri, 26 Apr 2019 00:33:40 +0500 Subject: [PATCH] fix comment --- include/nameof.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nameof.hpp b/include/nameof.hpp index b7ec353..4d27fd6 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -249,7 +249,7 @@ template } // namespace nameof -// NAMEOF obtains simple (unqualified) string name of variable, function, enum, macro. +// Obtains simple (unqualified) string name of variable, function, enum, macro. #define NAMEOF(...) ::nameof::detail::nameof_impl<::nameof::detail::check_t>(#__VA_ARGS__, false) // Obtains simple (unqualified) full (with template suffix) string name of variable, function, enum, macro.