diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-11 23:18:00 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-11 23:18:00 +0200 |
| commit | a2a68106c025ada726e291df4d7e5aa624f68410 (patch) | |
| tree | d06c34c72414c9c85b376ab9b5e907294f8ac68b /src/layout/stack.rs | |
| parent | 1b3eb42003131c9a5c28ca6efb2c86b43d700016 (diff) | |
Evaluation benchmark 🔋
Diffstat (limited to 'src/layout/stack.rs')
| -rw-r--r-- | src/layout/stack.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/stack.rs b/src/layout/stack.rs index 6ff287f0..2f3ceed8 100644 --- a/src/layout/stack.rs +++ b/src/layout/stack.rs @@ -8,7 +8,7 @@ pub struct Stack { /// The children are stacked along the `main` direction. The `cross` /// direction is required for aligning the children. pub dirs: Gen<Dir>, - /// How to align _this_ stack in _its_ parent. + /// How to align this stack in _its_ parent. pub aligns: Gen<Align>, /// Whether to expand the axes to fill the area or to fit the content. pub expansion: Gen<Expansion>, |
