Skip to content

Commit 8dd5db7

Browse files
committed
More comment update after self-review
1 parent 00d54a9 commit 8dd5db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/CommandHandler.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ class CommandHandler
340340
* @param [in] aRequestCommandPath the concrete path of the command we are
341341
* responding to.
342342
* @param [in] aResponseCommandId the command whose content is being encoded.
343-
* @param [in] encoder - an encoder that places the command data structure for `aResponseCommandId`
344-
* into a TLV Writer.
343+
* @param [in] aEncodable - an encodable that places the command data structure
344+
* for `aResponseCommandId` into a TLV Writer.
345345
*
346346
* Most applications are likely to use `AddResponseData` as a more convenient
347347
* one-call that auto-sets command ID and creates the underlying encoders.

0 commit comments

Comments
 (0)