This commit is contained in:
Alexey Dmitriev 2019-07-02 22:08:03 +03:00 committed by Daniil Goncharov
parent f5afa2097d
commit 9d33512826

View file

@ -90,7 +90,7 @@ Header-only C++17 library provides nameof macros and functions to obtain simple
* Nameof returns `std::string_view`. If argument does not have name, returns empty string.
* Nameof expression argument are identified, but do not evaluated.
* Nameof expression argument are identified, but are not evaluated.
* Nameof type returns compiler-specific type name.