From b95086cb16c489195bcc71c178cff719a6ae85d2 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 4 Jun 2024 11:39:38 -0400 Subject: [PATCH] Restyle --- src/app/interaction-model/Events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/interaction-model/Events.h b/src/app/interaction-model/Events.h index f127f214c592ab..87c479d831fd71 100644 --- a/src/app/interaction-model/Events.h +++ b/src/app/interaction-model/Events.h @@ -107,7 +107,7 @@ std::optional GenerateEvent(G & generator, const T & aEventData, En /// Exposes event access capabilities. /// /// Allows callers to "generate events" which effectively notifies of an event having -/// ocurred. +/// ocurred. class Events { public: