Skip to content

Commit f406699

Browse files
Apply suggestions from code review
Co-authored-by: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com>
1 parent cc77ac6 commit f406699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRBaseDevice_Internal.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ static inline MTRTransportType MTRMakeTransportType(chip::Transport::Type type)
116116

117117
/**
118118
* Like the public invokeCommandWithEndpointID but allows passing through a
119-
* serverSideProcessingTimeout and controlling whether we log the call (so we
120-
* can not log when the call is not actually originating with MTRBaseDevice).
119+
* serverSideProcessingTimeout and a flag to control whether we log the call (so we
120+
* can choose not to log when the call is not actually originating with MTRBaseDevice).
121121
*/
122122
- (void)_invokeCommandWithEndpointID:(NSNumber *)endpointID
123123
clusterID:(NSNumber *)clusterID

0 commit comments

Comments
 (0)