diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-12-22 19:04:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-12-22 19:19:32 +0100 |
| commit | 438255519e88bb790480306b9a9b452aaf054519 (patch) | |
| tree | badd3076f6146cec34c55764600df5124c408521 /src/layout | |
| parent | 11565a40b315212474f52eb576a9fd92b11f1132 (diff) | |
Review One: A Set Rules Story
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. |
