diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-07 19:02:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-07 19:07:11 +0100 |
| commit | 1ece263579afcf94ca44acc8e157bce01c3226b8 (patch) | |
| tree | 6da8a7b03bf2138efb728d20f506aec3557afe5c /src/layout/stacked.rs | |
| parent | 271af7ed0308c9eca7da5dce93d52d38be84889f (diff) | |
Create easy-to-use argument parser 💎
Diffstat (limited to 'src/layout/stacked.rs')
| -rw-r--r-- | src/layout/stacked.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/stacked.rs b/src/layout/stacked.rs index 7521967b..379579f5 100644 --- a/src/layout/stacked.rs +++ b/src/layout/stacked.rs @@ -2,7 +2,7 @@ use super::*; /// Layouts boxes stack-like. /// -/// The boxes are arranged vertically, each layout gettings it's own "line". +/// The boxes are arranged along an axis, each layout gettings it's own "line". #[derive(Debug, Clone)] pub struct StackLayouter { ctx: StackContext, |
