diff options
author | 2024-03-07 00:19:24 +0100 | |
---|---|---|
committer | 2024-03-07 00:19:24 +0100 | |
commit | 6785a452eea5f6b6f69bac123789245dacbc936e (patch) | |
tree | a10a831b7c250edcdd64dab1914eae65f520521b /widget/src/radio.rs | |
parent | 905f2160e6eb7504f52d9bd62c7bfa42c8ec2902 (diff) | |
download | iced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.gz iced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.bz2 iced-6785a452eea5f6b6f69bac123789245dacbc936e.zip |
Fix broken links in documentation
Diffstat (limited to '')
-rw-r--r-- | widget/src/radio.rs | 2 |
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. |