summaryrefslogtreecommitdiff
path: root/src/library/stack.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-11-18 00:58:32 +0100
committerLaurenz <laurmaedje@gmail.com>2021-11-18 00:58:32 +0100
commitb2e6a297893348a871fba8997017a9fc98d5674b (patch)
treec88f18c063d97d91712185c58ccf1cd745663cc1 /src/library/stack.rs
parentd9c529347d7f46eb2f4698d256b1906c1ced6b76 (diff)
Refactoring
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),
}