summaryrefslogtreecommitdiffstats
path: root/src/widget/row.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/row.rs')
-rw-r--r--src/widget/row.rs2
1 files changed, 1 insertions, 1 deletions
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.
///