We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e519c77 commit 4eaa9b4Copy full SHA for 4eaa9b4
src/app/CommandHandlerExchangeInterface.h
@@ -35,7 +35,7 @@ namespace app {
35
*
36
* Design Rationale: This interface enhances unit testability and allows applications to
37
* customize InvokeResponse behavior. For example, a bridge application might locally execute
38
- * a command using `emberAf...` methods without intending to sending a response on the exchange.
+ * a command using `emberAf...` methods without intending to sending a response on an exchange.
39
* These ember methods require providing an instance of CommandHandler where a status response
40
* is added (see github.com/project-chip/connectedhomeip/issues/32030).
41
*/
0 commit comments