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/column.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/column.rs') diff --git a/src/widget/column.rs b/src/widget/column.rs index 291019b2..d2688912 100644 --- a/src/widget/column.rs +++ b/src/widget/column.rs @@ -5,7 +5,7 @@ use crate::{ Style, Widget, }; -/// A container that places its contents vertically. +/// A container that distributes its contents vertically. /// /// A [`Column`] will try to fill the horizontal space of its container. /// -- cgit