diff options
Diffstat (limited to 'widget/src/radio.rs')
-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 536a7483..1b02f8ca 100644 --- a/widget/src/radio.rs +++ b/widget/src/radio.rs @@ -105,7 +105,7 @@ where /// * the label of the [`Radio`] button /// * the current selected value /// * a function that will be called when the [`Radio`] is selected. It - /// receives the value of the radio and must produce a `Message`. + /// receives the value of the radio and must produce a `Message`. pub fn new<F, V>( label: impl Into<String>, value: V, |