summaryrefslogtreecommitdiffstats
path: root/widget/src/radio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/radio.rs')
-rw-r--r--widget/src/radio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/radio.rs b/widget/src/radio.rs
index 556d8ac9..6bb72650 100644
--- a/widget/src/radio.rs
+++ b/widget/src/radio.rs
@@ -367,7 +367,7 @@ where
}
}
-/// The possible status of a [`TextInput`].
+/// The possible status of a [`Radio`] button.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Status {
/// The [`Radio`] button can be interacted with.