diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-18 00:58:32 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-18 00:58:32 +0100 |
| commit | b2e6a297893348a871fba8997017a9fc98d5674b (patch) | |
| tree | c88f18c063d97d91712185c58ccf1cd745663cc1 /src/library/flow.rs | |
| parent | d9c529347d7f46eb2f4698d256b1906c1ced6b76 (diff) | |
Refactoring
Diffstat (limited to 'src/library/flow.rs')
| -rw-r--r-- | src/library/flow.rs | 2 |
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), } |
