Update documentation of Toggler

This commit is contained in:
Kaiden42 2020-09-25 16:38:30 +02:00 committed by Héctor Ramón
parent be3ee9adf1
commit c0cfd9d5cf

View file

@ -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 {