Fix typo
This commit is contained in:
parent
f5afa2097d
commit
9d33512826
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue