We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5902746 commit f569d8dCopy full SHA for f569d8d
src/app/CommandResponder.cpp
@@ -90,7 +90,7 @@ void CommandResponder::StartSendingCommandResponses()
90
// TODO(#30453): It should be our responsibility to send a Failure StatusResponse to the requestor
91
// if there is a SessionHandle, but legacy unit tests explicitly check the behavior where
92
// we do not send any message. Changing this behavior should be done in a standalone
93
- // PR where only that specific change is made. Here is a possible solution that could
+ // PR where only that specific change is made. Here is a possible solution that could
94
// be used that fulfills our responsibility to send a Failure StatusResponse. This causes unit
95
// tests to start failing.
96
// ```
0 commit comments