From 177b02d5317e2c98320b1e95a77b481b8b71c3b5 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Mon, 7 Jul 2025 23:54:19 -0700 Subject: [PATCH] Update DisplayValue.hpp --- inflection/src/inflection/dialog/DisplayValue.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;