diff --git a/inflection/src/inflection/dialog/DisplayValue.hpp b/inflection/src/inflection/dialog/DisplayValue.hpp index 35d9be23..f5014774 100644 --- a/inflection/src/inflection/dialog/DisplayValue.hpp +++ b/inflection/src/inflection/dialog/DisplayValue.hpp @@ -55,9 +55,9 @@ class INFLECTION_CLASS_API inflection::dialog::DisplayValue */ bool operator!=(const DisplayValue& o) const; /** - * Generates a hash code compatible with std::hash for the o. + * Generates a hash code compatible with std::hash for the displayValue. * @param displayValue The display value object to generate the hash value. - * @return the hash code compatible with std::hash for the o. + * @return the hash code compatible with std::hash for the displayValue. */ std::size_t operator()(const DisplayValue& displayValue) const noexcept;