summaryrefslogtreecommitdiff
path: root/src/library/stack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/stack.rs')
-rw-r--r--src/library/stack.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/stack.rs b/src/library/stack.rs
index cc02592f..3d91bec7 100644
--- a/src/library/stack.rs
+++ b/src/library/stack.rs
@@ -75,7 +75,7 @@ impl Layout for StackNode {
pub enum StackChild {
/// Spacing between other nodes.
Spacing(Spacing),
- /// Any block node and how to align it in the stack.
+ /// An arbitrary node.
Node(PackedNode),
}