diff options
Diffstat (limited to 'src/layout')
| -rw-r--r-- | src/layout/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index ebdfba0e..6e176473 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -307,7 +307,7 @@ where } } -/// A node that sizes its child. +/// Fix the size of a node. #[derive(Debug, Hash)] pub struct SizedNode { /// How to size the node horizontally and vertically. |
