Skip to content

Commit

Permalink
Update src/app/AttributePathExpandIterator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Jan 10, 2025
1 parent 5962c1c commit 3b6557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AttributePathExpandIterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ std::optional<AttributeId> AttributePathExpandIterator::NextAttributeId()
: Clusters::Globals::Attributes::GeneratedCommandList::Id; //
}

// At this point, the attributeID is NOT a wildcard (i.e. it is fixed)
// At this point, the attributeID is NOT a wildcard (i.e. it is fixed).
//
// For wildcard expansion, we validate that this is a valid attribute for for the given
// cluster on the given endpoint. If not a wildcard expansion, return it as-is
Expand Down

0 comments on commit 3b6557d

Please sign in to comment.