summaryrefslogtreecommitdiff
path: root/src/library/sized.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/sized.rs')
-rw-r--r--src/library/sized.rs2
1 files changed, 1 insertions, 1 deletions
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<Value> {
/// 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<Option<Linear>>,