Skip to content

Commit 65d9dca

Browse files
committed
Clean up code comment
1 parent a8d3df3 commit 65d9dca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/CommandSender.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class CommandSender final : public Messaging::ExchangeDelegate
377377
TLV::TLVWriter * GetCommandDataIBTLVWriter();
378378

379379
/**
380-
* API for adding a request data. The `aEncodable` is generally expected to encode
380+
* API for adding request data. The `aEncodable` is generally expected to encode
381381
* a ClusterName::Commands::CommandName::Type struct, however any object should work.
382382
*
383383
* @param [in] aCommandPath The path of the command being requested.
@@ -386,8 +386,9 @@ class CommandSender final : public Messaging::ExchangeDelegate
386386
* @param [in] aAddRequestDataParams parameters associated with building the
387387
* InvokeRequestMessage that are associated with this request.
388388
*
389-
* This API does not validate if command provided requires timed invoke. If caller
390-
* wants that certainty they should call templated version of AddRequestData.
389+
* This API does not validate if the command provided requires interaction use a timed
390+
* invoke interaction. If the caller wants that certainty they should call the templated
391+
* version of AddRequestData.
391392
*/
392393
CHIP_ERROR AddRequestData(const CommandPathParams & aCommandPath, DataModel::EncodableToTLV & aEncodable,
393394
AddRequestDataParameters & aAddRequestDataParams)

0 commit comments

Comments
 (0)