diff options
Diffstat (limited to 'src/eval/layout.rs')
| -rw-r--r-- | src/eval/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/layout.rs b/src/eval/layout.rs index 135e5e04..94375c61 100644 --- a/src/eval/layout.rs +++ b/src/eval/layout.rs @@ -19,7 +19,7 @@ use crate::Context; /// Layout return one frame per used region alongside constraints that define /// whether the result is reusable in other regions. pub trait Layout { - /// Layout the node into the given regions, producing constrained frames. + /// Layout this node into the given regions, producing constrained frames. fn layout( &self, ctx: &mut Context, |
