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 1dca249 commit fadc8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRBaseDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ 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 not have a useful value if "error" is not nil.
*/
@property (nonatomic, readonly, copy) NSNumber * eventNumber; // EventNumber type (uint64_t)

Expand Down

0 comments on commit fadc8e9

Please sign in to comment.