fix comments
This commit is contained in:
parent
6c1aa3c09b
commit
e2822c66b1
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ template <typename E>
|
|||
if (i >= 0 && static_cast<std::size_t>(i) < enum_names.size()) {
|
||||
return enum_names[i];
|
||||
} else {
|
||||
return {}; // Value or out of range.
|
||||
return {}; // Value out of range.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue