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 bc28e893..114e7491 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -119,7 +119,7 @@ impl Layout for EmptyNode { } } -/// A packed layouting node with precomputed hash. +/// A packed layouting node with style properties and a precomputed hash. #[derive(Clone)] pub struct PackedNode { /// The type-erased node. |
