summaryrefslogtreecommitdiff
path: root/src/library/flow.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/flow.rs
parentd9c529347d7f46eb2f4698d256b1906c1ced6b76 (diff)
Refactoring
Diffstat (limited to 'src/library/flow.rs')
-rw-r--r--src/library/flow.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/flow.rs b/src/library/flow.rs
index 185e60bb..5271eca9 100644
--- a/src/library/flow.rs
+++ b/src/library/flow.rs
@@ -61,7 +61,7 @@ impl Layout for FlowNode {
pub enum FlowChild {
/// Vertical spacing between other children.
Spacing(Spacing),
- /// A node and how to align it in the flow.
+ /// An arbitrary node.
Node(PackedNode),
}