Skip to content

Commit

Permalink
Address post merge PR review comment in CommandSender (#30923)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored and pull[bot] committed Jan 15, 2024
1 parent af2d35a commit 2524696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CommandSender.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CommandSender final : public Messaging::ExchangeDelegate
* The CommandSender object MUST continue to exist after this call is completed. The application shall wait until it
* receives an OnDone call to destroy the object.
*
* It is advised that subclass should only override this or `OnResponseWithAdditionalData`. But, it shouldn't actually
* It is advised that subclasses should only override this or `OnResponseWithAdditionalData`. But, it shouldn't actually
* matter if both are overridden, just that `OnResponse` will never be called by CommandSender directly.
*
* @param[in] apCommandSender The command sender object that initiated the command transaction.
Expand Down

0 comments on commit 2524696

Please sign in to comment.