summaryrefslogtreecommitdiff
path: root/src/layout/stack.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-13 00:19:28 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-13 00:22:39 +0200
commita61ee46ed2d39d7b7b0c14e6c36d224e03532bac (patch)
tree20d55a4c9765954c1734681b3e9add8b9bc96f51 /src/layout/stack.rs
parent4c37ebb936ae49278a5f299c815a37b2ae32cdc3 (diff)
Refactor column resolving
Diffstat (limited to 'src/layout/stack.rs')
-rw-r--r--src/layout/stack.rs2
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,