From 8758dd446f25553049b6dd2ab9be0007febb4877 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 28 Aug 2019 06:45:39 +0200 Subject: Write more documentation --- src/widget/row.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/row.rs') diff --git a/src/widget/row.rs b/src/widget/row.rs index 6265739a..c4121157 100644 --- a/src/widget/row.rs +++ b/src/widget/row.rs @@ -5,7 +5,7 @@ use crate::{ Style, Widget, }; -/// A container that places its contents horizontally. +/// A container that distributes its contents horizontally. /// /// A [`Row`] will try to fill the horizontal space of its container. /// -- cgit