diff options
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, |
