summaryrefslogtreecommitdiffstats
path: root/src/app/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/event.rs')
-rw-r--r--src/app/event.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/event.rs b/src/app/event.rs
index f727050d..31763159 100644
--- a/src/app/event.rs
+++ b/src/app/event.rs
@@ -44,8 +44,8 @@ pub enum ComponentEventResult {
/// How a widget should handle a widget selection request.
pub enum SelectionAction {
- /// This event occurs if the widget internally handled the selection action. A redraw is required.
+ /// This occurs if the widget internally handled the selection action. A redraw is required.
Handled,
- /// This event occurs if the widget did not handle the selection action; the caller must handle it.
+ /// This occurs if the widget did not handle the selection action; the caller must handle it.
NotHandled,
}