diff options
Diffstat (limited to 'native')
-rw-r--r-- | native/src/widget/toggler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/toggler.rs b/native/src/widget/toggler.rs index 36e7d110..8dbd94a1 100644 --- a/native/src/widget/toggler.rs +++ b/native/src/widget/toggler.rs @@ -96,7 +96,7 @@ impl<Message, Renderer: self::Renderer + text::Renderer> self } - /// Sets the alignment of the text of the [`Toggler`] + /// Sets the horizontal alignment of the text of the [`Toggler`] /// /// [`Toggler`]: struct.Toggler.html pub fn text_align(mut self, align: HorizontalAlignment) -> Self { |