Skip to content

Commit 4eaa9b4

Browse files
committed
nit fix
1 parent e519c77 commit 4eaa9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/CommandHandlerExchangeInterface.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace app {
3535
*
3636
* Design Rationale: This interface enhances unit testability and allows applications to
3737
* 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.
38+
* a command using `emberAf...` methods without intending to sending a response on an exchange.
3939
* These ember methods require providing an instance of CommandHandler where a status response
4040
* is added (see github.com/project-chip/connectedhomeip/issues/32030).
4141
*/

0 commit comments

Comments
 (0)