From 6f518c172805b6ac067a692eb8971c7ec1e50608 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 27 Jun 2021 18:30:25 +0200 Subject: Adjust comments Co-authored-by: Laurenz Update tests/typ/layout/stack.typ Co-authored-by: Laurenz --- src/layout/incremental.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout') diff --git a/src/layout/incremental.rs b/src/layout/incremental.rs index a3051d0f..b6a059c5 100644 --- a/src/layout/incremental.rs +++ b/src/layout/incremental.rs @@ -162,7 +162,7 @@ impl FramesEntry { } } -/// These constraints describe regions that match them. +/// Describe regions that match them. #[derive(Debug, Copy, Clone, PartialEq)] pub struct Constraints { /// The minimum available length in the region. -- cgit v1.2.3