Skip to content

Commit

Permalink
Clarify language
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Oct 6, 2024
1 parent 11d8a01 commit 9dd9ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/MaterialXCore/Element.h
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ class MX_CORE_API Element : public std::enable_shared_from_this<Element>
};

/// @class ElementEquivalenceResult
/// An equivalence result
/// A comparison result for the functional equivalence of two elements.
class MX_CORE_API ElementEquivalenceResult
{
public:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9dd9ef3

Please sign in to comment.