From 5ac7eb3860ebd3247f6486c227e816894cb8fd91 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 11 Mar 2022 12:59:55 +0100 Subject: Rename template to content --- src/eval/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eval/layout.rs') 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, -- cgit v1.2.3