From 89f2e71852e96062ea9b756bf92fbf4e894871b1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 Nov 2021 17:09:19 +0100 Subject: Align node --- src/library/sized.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/library/sized.rs') diff --git a/src/library/sized.rs b/src/library/sized.rs index 6394b0f4..3089f90b 100644 --- a/src/library/sized.rs +++ b/src/library/sized.rs @@ -23,7 +23,7 @@ pub fn block(_: &mut EvalContext, args: &mut Args) -> TypResult { /// A node that sizes its child. #[derive(Debug, Hash)] pub struct SizedNode { - /// The node to-be-sized. + /// The node to be sized. pub child: PackedNode, /// How to size the node horizontally and vertically. pub sizing: Spec>, -- cgit v1.2.3