Skip to content

Commit

Permalink
Update src/app/ReadClient.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
yunhanw-google and bzbarsky-apple authored Jan 3, 2024
1 parent f31cadc commit 31132fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ReadClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class ReadClient : public Messaging::ExchangeDelegate
* When subscribing to ICD and liveness timeout reached, the read client will move to the `InactiveICDSubscription` state and
* resubscription can be triggered via OnActiveModeNotification().
*
* If the subscription is not in the`InactiveICDSubscription` state, this function will do nothing. So it is always safe to
* If the subscription is not in the `InactiveICDSubscription` state, this function will do nothing. So it is always safe to
* call this function when a check-in message is received.
*/
void OnActiveModeNotification();
Expand Down

0 comments on commit 31132fa

Please sign in to comment.