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.