From 9dd9ef38258ad7aa393a3ea17afcedf89e68aa03 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Sun, 6 Oct 2024 12:30:20 -0700 Subject: [PATCH] Clarify language --- source/MaterialXCore/Element.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/MaterialXCore/Element.h b/source/MaterialXCore/Element.h index a3e9b860ba..6aacb36e93 100644 --- a/source/MaterialXCore/Element.h +++ b/source/MaterialXCore/Element.h @@ -878,7 +878,7 @@ class MX_CORE_API Element : public std::enable_shared_from_this }; /// @class ElementEquivalenceResult -/// An equivalence result +/// A comparison result for the functional equivalence of two elements. class MX_CORE_API ElementEquivalenceResult { public: @@ -907,7 +907,7 @@ class MX_CORE_API ElementEquivalenceResult }; /// @class ElementEquivalenceOptions -/// A set of options for controlling for equivalence comparison. +/// A set of options for comparing the functional equivalence of elements. class MX_CORE_API ElementEquivalenceOptions { public: