diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-13 00:19:28 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-06-13 00:22:39 +0200 |
| commit | a61ee46ed2d39d7b7b0c14e6c36d224e03532bac (patch) | |
| tree | 20d55a4c9765954c1734681b3e9add8b9bc96f51 /src/layout/stack.rs | |
| parent | 4c37ebb936ae49278a5f299c815a37b2ae32cdc3 (diff) | |
Refactor column resolving
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 29b00a98..a6d83695 100644 --- a/src/layout/stack.rs +++ b/src/layout/stack.rs @@ -41,7 +41,7 @@ impl From<StackNode> for AnyNode { #[derive(Debug)] struct StackLayouter<'a> { - /// The directions of the stack. + /// The stack node to layout. stack: &'a StackNode, /// The axis of the main direction. main: SpecAxis, |
