Skip to content

Commit c305f09

Browse files
Address review comment.
1 parent e16a239 commit c305f09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/ReadClient.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,8 @@ class ReadClient : public Messaging::ExchangeDelegate
363363
* available in the ReadPrepareParams. When this is used, the ReadClient is
364364
* responsible for setting up the CASE session itself.
365365
*
366-
* When using this version of SendAutoResubscribeRequest, the
367-
* ReadPrepareParams should have a reference to a session, and if it does
368-
* have one that session will be ignored.
366+
* When using this version of SendAutoResubscribeRequest, any session to
367+
* which ReadPrepareParams has a reference will be ignored.
369368
*/
370369
CHIP_ERROR SendAutoResubscribeRequest(const ScopedNodeId & aPublisherId, ReadPrepareParams && aReadPrepareParams);
371370

0 commit comments

Comments
 (0)