Document better

This commit is contained in:
Jonathan Li 2020-10-02 21:53:40 -04:00
parent 8346209c37
commit 7c24277210
2 changed files with 5 additions and 3 deletions

View file

@ -10,9 +10,10 @@ use std::u32;
/// A container that distributes its contents horizontally.
///
/// A [`Row`] will try to fill the horizontal space of its container.
/// A [`Row`] will not fill the horizontal space of its container. (set to [`Length::shrink`] by defualt)
///
/// [`Row`]: struct.Row.html
/// [`Length::shrink`]: ../../enum.Length.html
#[allow(missing_debug_implementations)]
pub struct Row<'a, Message, Renderer> {
spacing: u16,