Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed May 2, 2023
1 parent fadc8e9 commit 88f187b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRBaseDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -650,12 +650,12 @@ typedef NS_ENUM(NSUInteger, MTREventPriority) {
@property (nonatomic, readonly, copy) MTREventPath * path;

/**
* eventNumber will not have a useful value if "error" is not nil.
* eventNumber will only have a useful value if "error" is nil.
*/
@property (nonatomic, readonly, copy) NSNumber * eventNumber; // EventNumber type (uint64_t)

/**
* priority will not have a useful value if "error" is not nil.
* priority will only have a useful value if "error" is nil.
*/
@property (nonatomic, readonly, copy) NSNumber * priority; // PriorityLevel type (MTREventPriority)

Expand Down

0 comments on commit 88f187b

Please sign in to comment.