summaryrefslogtreecommitdiffstats
path: root/widget/src/radio.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-07 00:19:24 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-07 00:19:24 +0100
commit6785a452eea5f6b6f69bac123789245dacbc936e (patch)
treea10a831b7c250edcdd64dab1914eae65f520521b /widget/src/radio.rs
parent905f2160e6eb7504f52d9bd62c7bfa42c8ec2902 (diff)
downloadiced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.gz
iced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.bz2
iced-6785a452eea5f6b6f69bac123789245dacbc936e.zip
Fix broken links in documentation
Diffstat (limited to '')
-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.