Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
nivi-apple and bzbarsky-apple committed Oct 26, 2023
1 parent 27568de commit 6e14926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MTR_PROVISIONALLY_AVAILABLE
@interface MTRDiagnosticLogResult : NSObject

/**
* A boolean indicating that the request for diagnostic logs has timed out.
* A boolean indicating whether the request for diagnostic logs has timed out.
*/
@property (readonly, nonatomic) BOOL requestTimedOut;

Expand Down Expand Up @@ -278,7 +278,7 @@ MTR_PROVISIONALLY_AVAILABLE
- (void)getDiagnosticLogsOfTypes:(MTRDiagnosticLogType)type
timeout:(NSInteger * _Nullable)timeout
queue:(dispatch_queue_t)queue
completion:(void (^)(NSError * _Nullable error, MTRDiagnosticLogResult * logResult))completion MTR_PROVISIONALLY_AVAILABLE;
completion:(void (^)(NSError * _Nullable error, MTRDiagnosticLogResult * _Nullable logResult))completion MTR_PROVISIONALLY_AVAILABLE;

@end

Expand Down

0 comments on commit 6e14926

Please sign in to comment.