diff --git a/src/app/ReadClient.h b/src/app/ReadClient.h index a27e831339652e..0951b0bec1cc0e 100644 --- a/src/app/ReadClient.h +++ b/src/app/ReadClient.h @@ -363,9 +363,8 @@ class ReadClient : public Messaging::ExchangeDelegate * available in the ReadPrepareParams. When this is used, the ReadClient is * responsible for setting up the CASE session itself. * - * When using this version of SendAutoResubscribeRequest, the - * ReadPrepareParams should have a reference to a session, and if it does - * have one that session will be ignored. + * When using this version of SendAutoResubscribeRequest, any session to + * which ReadPrepareParams has a reference will be ignored. */ CHIP_ERROR SendAutoResubscribeRequest(const ScopedNodeId & aPublisherId, ReadPrepareParams && aReadPrepareParams);