From a7b403fd742941f6b163f06876aec96729db707f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 2 Feb 2022 16:02:23 +0100 Subject: Rename `Node` to `Template` --- src/layout/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout') 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. -- cgit v1.2.3